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.

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

See Also