ComponentOne FlexPivot for WinForms
Remove(String) Method

C1.DataEngine.4 Assembly > C1.FlexPivot Namespace > C1FlexPivotFieldList Class > Remove Method : Remove(String) Method
Key of the C1FlexPivotField to remove
Removes the first occurrence of the C1FlexPivotField with a key that matches the one passed as parameter.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal fieldKey As System.String _
) As System.Boolean
public System.bool Remove( 
   System.string fieldKey
)

Parameters

fieldKey
Key of the C1FlexPivotField to remove

Return Value

true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the list.
See Also

Reference

C1FlexPivotFieldList Class
C1FlexPivotFieldList Members
Overload List