FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotFieldList Class / Item Property / Item(String) Property
Key of the field to retrieve.

In This Topic
    Item(String) Property
    In This Topic
    Gets a PivotField by name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal fieldKey As String _
    ) As PivotField
    public PivotField Item( 
       string fieldKey
    ) {get;}

    Parameters

    fieldKey
    Key of the field to retrieve.

    Property Value

    The requested PivotField.
    Remarks
    If the list does not contain a field with the specified name, an exception is thrown.
    See Also