Spread Windows Forms 12.0 Product Documentation
Count Property (ITableRows)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITableRows Interface : Count Property
Gets an integer value that represents the number of rows in the table.
Syntax
'Declaration
 
ReadOnly Property Count As Integer
'Usage
 
Dim instance As ITableRows
Dim value As Integer
 
value = instance.Count
int Count {get;}

Property Value

The number of rows in the table.
See Also

Reference

ITableRows Interface
ITableRows Members