Search
Grid.RowCount Property
See Also
 





Gets or sets the number of rows in the grid.

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int RowCount { get; set; }

Visual Basic  Copy Code

Public Property RowCount As Integer

 Property Value

An integer value indicating the number of rows in the grid.

 Remarks

If a smaller value is assigned to this property, the control will reduce the number of child rows. If all child rows in a parent row are removed, the parent will be removed too. To have greater control over where in the hierarchy rows will be added or removed, use the RowHeaders and the SubHeaders properties.

 See Also