Spread Windows Forms 12.0 Product Documentation
TableColumns Property (ITable)


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

Property Value

The ITableColumns collection that represents all the columns in a ITable object.
See Also

Reference

ITable Interface
ITable Members