FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.FlexPivot Namespace / C1FlexPivotFieldList Class / Item Property / Item(Int32) Property

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

    Parameters

    index
    See Also