Aspose::Cells::Pivot::PivotTable::ShowReportFilterPageByName method

PivotTable::ShowReportFilterPageByName(const U16String&) method

Show all the report filter pages according to PivotField’s name, the PivotField must be located in the PageFields.

void Aspose::Cells::Pivot::PivotTable::ShowReportFilterPageByName(const U16String &fieldName)
ParameterTypeDescription
fieldNameconst U16String&The name of PivotField

See Also

PivotTable::ShowReportFilterPageByName(const char16_t*) method

Show all the report filter pages according to PivotField’s name, the PivotField must be located in the PageFields.

void Aspose::Cells::Pivot::PivotTable::ShowReportFilterPageByName(const char16_t *fieldName)
ParameterTypeDescription
fieldNameconst char16_t*The name of PivotField

See Also