Aspose::Cells::Pivot::PivotField::HideItemDetail method

PivotField::HideItemDetail method

Sets whether the specific PivotItem in a pivot field is hidden detail.

void Aspose::Cells::Pivot::PivotField::HideItemDetail(int32_t index, bool isHiddenDetail)
ParameterTypeDescription
indexint32_tthe index of the pivotItem in the pivotField.
isHiddenDetailboolwhether the specific PivotItem is hidden

See Also