Aspose::Cells::Pivot::PivotTable::RemoveField method

PivotTable::RemoveField(PivotFieldType, const U16String&) method

Removes a field from specific field area.

void Aspose::Cells::Pivot::PivotTable::RemoveField(PivotFieldType fieldType, const U16String &fieldName)
ParameterTypeDescription
fieldTypePivotFieldTypeThe fields area type.
fieldNameconst U16String&The name in the base fields.

Remarks

RemoveField(PivotFieldType,PivotField)

See Also

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)
ParameterTypeDescription
fieldTypePivotFieldTypeThe fields area type.
fieldNameconst char16_t*The name in the base fields.

Remarks

RemoveField(PivotFieldType,PivotField)

See Also

PivotTable::RemoveField(PivotFieldType, int32_t) method

Removes a field from specific field area.

void Aspose::Cells::Pivot::PivotTable::RemoveField(PivotFieldType fieldType, int32_t baseFieldIndex)
ParameterTypeDescription
fieldTypePivotFieldTypeThe fields area type.
baseFieldIndexint32_tThe field index in the base fields.

Remarks

RemoveField(PivotFieldType,PivotField)

See Also

PivotTable::RemoveField(PivotFieldType, const PivotField&) method

Remove field from specific field area.

void Aspose::Cells::Pivot::PivotTable::RemoveField(PivotFieldType fieldType, const PivotField &pivotField)
ParameterTypeDescription
fieldTypePivotFieldTypethe fields area type.
pivotFieldconst PivotField&the field in the base fields.

See Also