Search
Grid.rowCount Property
See Also
 






Gets or sets the number of rows in the grid.

Namespace: MindFusion.Diagramming.Lanes
File: Grid.js

 Syntax

JavaScript  Copy Code

get rowCount() {}
set rowCount(value) {}

 Property Value

Number

The number of rows.

 See Also