RowCount Property (Reference)
In This Topic
Gets the totals row count.
Syntax
'Declaration
Public ReadOnly Property RowCount As Integer
'Usage
Dim instance As Reference
Dim value As Integer
value = instance.RowCount
public int RowCount {get;}
Property Value
An integer value represents the row count.
See Also