ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / ViewModelColumnCollectionBase Class / Item Property
The index of the ViewModelColumn object.

In This Topic
    Item Property (ViewModelColumnCollectionBase)
    In This Topic
    Gets the ViewModelColumn object at the specified index.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As ViewModelColumn
    public ViewModelColumn this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    The index of the ViewModelColumn object.

    Property Value

    ViewModelColumn object at the specified index.
    See Also