FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridColumnCollection Class / Item Property / Item(Int32) Property

In This Topic
    Item(Int32) Property
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal index As Integer _
    ) As GridColumn
    public GridColumn Item( 
       int index
    ) {get; set;}

    Parameters

    index
    See Also