Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableViewColumnCollection Class / Item Property / Item(Int32) Property
Column index.


In This Topic
Item(Int32) Property
In This Topic
Gets the table column specified by index.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal column As Integer _
) As TableViewColumn
 
'Usage
 
Dim instance As TableViewColumnCollection
Dim column As Integer
Dim value As TableViewColumn
 
value = instance.Item(column)

Parameters

column
Column index.

Property Value

A TableViewColumn object.
See Also