numberOfColumns Property

Summary

Gets or sets the number of columns occupied by this item.

Syntax
TypeScript
JavaScript
Object.defineProperty(LayoutManagerItem.prototype, 'numberOfColumns', 
	get: function(), 
	set: function(value) 
) 
numberOfColumns: number; 

Property Value

Value that represents the row position of the cell inside the viewer.

Remarks

This is only valid if you set the layout in CellsArrangement to Grid.

This works with RowPosition and ColumnsPosition and NumberOfRows to determine how much space is occupied by the item.

This value changes if the user merges 2 or more cells together. To merge cells, refer to MergeSelected.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly