Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridColumnCollection Class / Item Property / Item(Int32) Property
The zero-based index of the element to get or set.

In This Topic
    Item(Int32) Property
    In This Topic
    Gets or sets the element at the specified index.
    Syntax
    'Declaration
     
    
    Public Overloads Property Item( _
       ByVal index As Integer _
    ) As GridColumn
    public GridColumn Item( 
       int index
    ) {get; set;}

    Parameters

    index
    The zero-based index of the element to get or set.

    Property Value

    The element at the specified index.
    See Also