[]
        
(Showing Draft Content)

C1.PivotEngine.PivotFieldList.Remove

Remove Method

Remove(string)

Removes the first occurrence of the PivotField with a key that matches the one passed as parameter.

Declaration
public bool Remove(string fieldKey)
Parameters
Type Name Description
string fieldKey

Key of the C1PivotField to remove

Returns
Type Description
bool

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