PivotTableRemoveField Method (PivotFieldType, String) |
Removes a field from specific field area
Namespace:
Aspose.Cells.Pivot
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic void RemoveField(
PivotFieldType fieldType,
string fieldName
)
Public Sub RemoveField (
fieldType As PivotFieldType,
fieldName As String
)
public:
void RemoveField(
PivotFieldType fieldType,
String^ fieldName
)
member RemoveField :
fieldType : PivotFieldType *
fieldName : string -> unit
Parameters
- fieldType
- Type: Aspose.Cells.PivotPivotFieldType
The fields area type. - fieldName
- Type: SystemString
The name in the base fields.
See Also