numberOfRows Property

Summary

Gets the number of rows that this item occupies.

Syntax
TypeScript
JavaScript
Object.defineProperty(LayoutManagerItem.prototype, 'numberOfRows', 
	get: function(), 
	set: function(value) 
) 
numberOfRows: 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 NumberOfColumns 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 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.