ComponentOne List for WinForms
C1.Win.C1List Namespace / SelectedColumnCollection Class / Item Property / Item(Int32) Property

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

    Parameters

    index
    See Also