SharpLeaf Reference > Table Properties > Rows Property (ReadOnly) Table.Rows Property (ReadOnly)
Number of rows in current table (ReadOnly).
public int Rows {get;}
Example
int rows = tb.Rows;
See also ...Table Members | Table.Columns Property (ReadOnly) | Table.Row Property
Send comments on this topic © Dyalog Ltd 2021
|