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)
ParameterTypeDescription
indexint32_tThe 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