Spread Windows Forms 12.0 Product Documentation
TableRows Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITable Interface : TableRows Property
Gets a ITableRows collection that represents all the rows in a ITable object.
Syntax
'Declaration
 
ReadOnly Property TableRows As ITableRows
'Usage
 
Dim instance As ITable
Dim value As ITableRows
 
value = instance.TableRows
ITableRows TableRows {get;}

Property Value

The ITableRows collection that represents all the rows in a ITable object.
See Also

Reference

ITable Interface
ITable Members