[]
Removes the first occurrence of the PivotField with a key that matches the one passed as parameter.
public bool Remove(string fieldKey)
Type | Name | Description |
---|---|---|
string | fieldKey | Key of the C1PivotField to remove |
Type | Description |
---|---|
bool | true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the list. |