Spread Windows Forms 12.0 Product Documentation
Item(Int32) Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITableColumns Interface > Item Property : Item(Int32) Property
An integer value indicates the index of the table column.
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)
ITableColumn Item( 
   int index
) {get;}

Parameters

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

Property Value

The ITableColumn object at the specified index.
See Also

Reference

ITableColumns Interface
ITableColumns Members
Overload List