ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / ViewRowCollection Class / Item Property
The zero-based ordinal position of the view row.

In This Topic
    Item Property (ViewRowCollection)
    In This Topic
    Gets the view row at the specified ordinal position.
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal ordinal As System.Integer _
    ) As ViewRow
    public ViewRow this[ 
       System.int ordinal
    ]; {get;}

    Parameters

    ordinal
    The zero-based ordinal position of the view row.
    See Also