IRowsEnumerator
RowsCount Property
|
Gets the count of rows in the data structure.
Namespace:
Spire.Doc.Reporting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
ReadOnly Property RowsCount As Integer
Get
property int RowsCount {
int get ();
}
abstract RowsCount : int with get
Property Value
Type:
Int32
See Also