Aspose::Cells::Pivot::PivotField::IsHiddenItem method
PivotField::IsHiddenItem method
Indicates whether the specific PivotItem is hidden.
Deprecated
Use PivotField.PivotItems[int].IsHidden instead.
bool Aspose::Cells::Pivot::PivotField::IsHiddenItem(int32_t index)
| Parameter | Type | Description |
|---|---|---|
| index | int32_t | The index of the pivotItem in the pivotField. |
ReturnValue
whether the specific PivotItem is hidden
Remarks
NOTE: This method is now obsolete. Instead, please use PivotField.PivotItems[int].IsHidden property instead . This method will be removed 12 months later since August 2026. Aspose apologizes for any inconvenience you may have experienced.
See Also
- Class Vector
- Class PivotField
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++