Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / Item Property
An integer value represents the column index.


In This Topic
Item Property (Table)
In This Topic
Gets the TableColumn at the specified column index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal columnIndex As Integer _
) As TableColumn
 
'Usage
 
Dim instance As Table
Dim columnIndex As Integer
Dim value As TableColumn
 
value = instance.Item(columnIndex)

Parameters

columnIndex
An integer value represents the column index.

Property Value

A TableColumn object represents the specified table column.
See Also