Input for WinForms | ComponentOne
C1.Framework Namespace / GridColumnCollection Class / Item Property
Index of the grid column to get or set.

In This Topic
    Item Property (GridColumnCollection)
    In This Topic
    Gets or sets the GridColumn at a specified index in the list.
    Syntax
    'Declaration
     
    
    Public Shadows Default Property Item( _
       ByVal index As Integer _
    ) As GridColumn
    public new GridColumn this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    Index of the grid column to get or set.

    Property Value

    The GridColumn at the specified index.
    See Also