ComponentOne Sizer for WinForms
C1.Win.Sizer.8 Assembly / C1.Win.Sizer Namespace / ColumnCollection Class / Item Property

In This Topic
    Item Property (ColumnCollection)
    In This Topic
    Gets the Column object at a given index in the collection.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As Column
    public new Column this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    See Also