Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITable Interface / TableColumns Property


In This Topic
TableColumns Property (ITable)
In This Topic
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

Property Value

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