Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableColumnCollection Interface / Item Property / Item(Int32) Property
Index of the ITableColumn item


In This Topic
    Item(Int32) Property
    In This Topic
    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