Aspose::Cells::Pivot::PivotField::HideDetail method

PivotField::HideDetail method

Sets whether the detail of all PivotItems in a pivot field are hidden. That is collapse/expand this field.

Deprecated

Use PivotField.PivotItems.HideAllDetail() method instead.

void Aspose::Cells::Pivot::PivotField::HideDetail(bool isHiddenDetail)
ParameterTypeDescription
isHiddenDetailboolWhether hide the detail of the pivot field.

Remarks

NOTE: This method is now obsolete. Instead, please use PivotField.PivotItems.HideAllDetail() method instead . This method will be removed 12 months later since August 2026. Aspose apologizes for any inconvenience you may have experienced.

See Also