Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableColumns Interface / Item Property / Item(Int32) Property
An integer value indicates the index of the table column.


In This Topic
Item(Int32) Property
In This Topic
Gets the ITableColumn object at the specified index.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As ITableColumn
 
'Usage
 
Dim instance As ITableColumns
Dim index As Integer
Dim value As ITableColumn
 
value = instance.Item(index)

Parameters

index
An integer value indicates the index of the table column.

Property Value

The ITableColumn object at the specified index.
See Also