ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / RowDisplayColumnCollection Class / Item Property / Item(Int32) Property

In This Topic
    Item(Int32) Property
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal index As System.Integer _
    ) As RowDisplayColumnRef
    public RowDisplayColumnRef Item( 
       System.int index
    ) {get;}

    Parameters

    index
    See Also