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)
Parameter | Type | Description |
---|---|---|
fieldName | const U16String& | The name of PivotField |
See Also
- Class Vector
- Class U16String
- Class PivotTable
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
fieldName | const char16_t* | The name of PivotField |
See Also
- Class Vector
- Class PivotTable
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++