Property RowCount
RowCount
Gets the number of rows present in the table.
public int RowCount { get; }
Property Value
- int
The number of rows present in the table.
Remarks
The implementation of this property uses the RowCount method defined in the SLProtocol class.