PivotTable.RemoveField
Contents
[
Hide
]RemoveField(PivotFieldType, string)
Removes a field from specific field area
public void RemoveField(PivotFieldType fieldType, string fieldName)
Parameter | Type | Description |
---|---|---|
fieldType | PivotFieldType | The fields area type. |
fieldName | String | The name in the base fields. |
See Also
- enum PivotFieldType
- class PivotTable
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells
RemoveField(PivotFieldType, int)
Removes a field from specific field area
public void RemoveField(PivotFieldType fieldType, int baseFieldIndex)
Parameter | Type | Description |
---|---|---|
fieldType | PivotFieldType | The fields area type. |
baseFieldIndex | Int32 | The field index in the base fields. |
See Also
- enum PivotFieldType
- class PivotTable
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells
RemoveField(PivotFieldType, PivotField)
Remove field from specific field area
public void RemoveField(PivotFieldType fieldType, PivotField pivotField)
Parameter | Type | Description |
---|---|---|
fieldType | PivotFieldType | the fields area type. |
pivotField | PivotField | the field in the base fields. |
See Also
- enum PivotFieldType
- class PivotField
- class PivotTable
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells