FlexPivot for WPF | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / IDataList Interface / Item Property

In This Topic
    Item Property (IDataList)
    In This Topic
    Syntax
    'Declaration
     
    ReadOnly Default Property Item( _
       ByVal i As Integer _
    ) As Object
    object this[ 
       int i
    ]; {get;}

    Parameters

    i
    See Also