Gets a list with the definitions of all rows in the grid.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public List<GridRow> Rows { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Rows As List(Of GridRow) |
A list with GridRow objects.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |