Aspose::Cells::Pivot::PivotField::IsHiddenItem method

PivotField::IsHiddenItem method

Gets whether the specific PivotItem is hidden.

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

See Also