Aspose::Cells::Pivot::PivotTable::RemoveField method
Contents
[
Hide
]PivotTable::RemoveField(PivotFieldType, const U16String&) method
Removes a field from specific field area.
void Aspose::Cells::Pivot::PivotTable::RemoveField(PivotFieldType fieldType, const U16String &fieldName)
Parameter | Type | Description |
---|---|---|
fieldType | PivotFieldType | The fields area type. |
fieldName | const U16String& | The name in the base fields. |
Remarks
RemoveField(PivotFieldType,PivotField)
See Also
- Class Vector
- Enum PivotFieldType
- Class U16String
- Class PivotTable
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotTable::RemoveField(PivotFieldType, const char16_t*) method
Removes a field from specific field area.
void Aspose::Cells::Pivot::PivotTable::RemoveField(PivotFieldType fieldType, const char16_t *fieldName)
Parameter | Type | Description |
---|---|---|
fieldType | PivotFieldType | The fields area type. |
fieldName | const char16_t* | The name in the base fields. |
Remarks
RemoveField(PivotFieldType,PivotField)
See Also
- Class Vector
- Enum PivotFieldType
- Class PivotTable
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotTable::RemoveField(PivotFieldType, int32_t) method
Removes a field from specific field area.
void Aspose::Cells::Pivot::PivotTable::RemoveField(PivotFieldType fieldType, int32_t baseFieldIndex)
Parameter | Type | Description |
---|---|---|
fieldType | PivotFieldType | The fields area type. |
baseFieldIndex | int32_t | The field index in the base fields. |
Remarks
RemoveField(PivotFieldType,PivotField)
See Also
- Class Vector
- Enum PivotFieldType
- Class PivotTable
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotTable::RemoveField(PivotFieldType, const PivotField&) method
Remove field from specific field area.
void Aspose::Cells::Pivot::PivotTable::RemoveField(PivotFieldType fieldType, const PivotField &pivotField)
Parameter | Type | Description |
---|---|---|
fieldType | PivotFieldType | the fields area type. |
pivotField | const PivotField& | the field in the base fields. |
See Also
- Class Vector
- Enum PivotFieldType
- Class PivotField
- Class PivotTable
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++