Gets a list of all rows in the table.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public List<Row> Rows { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property Rows As List(Of Row) |
A List with Row objects.
The property refers to the collection of all rows that compose the table. Do not add or remove rows through this collection, but use the table's AddRow, InsertRow or DeleteRow methods.
MindFusion.Diagramming for WinUI Programmer's Guide | © 2024 MindFusion |