Spread Windows Forms 12.0 Product Documentation
Item(Int32) Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > ITableColumnCollection Interface > Item Property : Item(Int32) Property
Index of the ITableColumn item
Gets an ITableColumn item located by index.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As ITableColumn
'Usage
 
Dim instance As ITableColumnCollection
Dim index As Integer
Dim value As ITableColumn
 
value = instance.Item(index)
ITableColumn Item( 
   int index
) {get;}

Parameters

index
Index of the ITableColumn item

Property Value

An instance of the ITableColumn item
See Also

Reference

ITableColumnCollection Interface
ITableColumnCollection Members
Overload List