numberOfRows Property

Summary

Gets the number of rows that this item occupies.

Syntax

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

Leadtools.Controls.Medical Assembly