ComponentOne FlexPivot for WinForms
Item(String) Property

C1.DataEngine.4 Assembly > C1.FlexPivot Namespace > C1FlexPivotFieldList Class > Item Property : Item(String) Property
Key of the field to retrieve.
Gets a C1FlexPivotField by name.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal fieldKey As System.String _
) As C1FlexPivotField
public C1FlexPivotField Item( 
   System.string fieldKey
) {get;}

Parameters

fieldKey
Key of the field to retrieve.

Property Value

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

Reference

C1FlexPivotFieldList Class
C1FlexPivotFieldList Members
Overload List