ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewColumnCollectionBase Class / Item Property / Item(String) Property
A name of C1ViewColumn.

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

    Parameters

    columnName
    A name of C1ViewColumn.

    Property Value

    If C1ViewColumn object with the specified name is contained in the collection then returns this column; otherwise, a null value.
    See Also