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

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

    Parameters

    index
    See Also