Search
Grid.RowCount Property
See Also
 






Gets or sets the number of rows in the grid.

Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int RowCount { get; set; }

Visual Basic  Copy Code

Public Property RowCount As Integer

 Property Value

 See Also