Aspose::Cells::Pivot::PivotField::IsHiddenItemDetail method

PivotField::IsHiddenItemDetail method

Gets whether hidding the detail of the specific PivotItem..

bool Aspose::Cells::Pivot::PivotField::IsHiddenItemDetail(int32_t index)
ParameterTypeDescription
indexint32_tThe index of the pivotItem in the pivotField.

ReturnValue

whether the specific PivotItem is hidden detail

See Also