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)
| Parameter | Type | Description |
|---|---|---|
| isHiddenDetail | bool | Whether 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
- Class Vector
- Class PivotField
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++