rows Property

Summary

Gets or sets the number of rows that will shape the grid of cells inside the cell.

Syntax

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

Property Value

Value that represents the number of rows that will shape the grid of cells inside the cell.

Remarks

This value is only valid if you set GridLayout to Grid.

To get or set the column count, refer to Columns.

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