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

In This Topic
    Item(String) Property
    In This Topic
    Gets the specified C1DataColumn from the collection with the specified name.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As C1DataColumn
    public C1DataColumn Item( 
       string name
    ) {get;}

    Parameters

    name
    See Also