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

PivotField::HideDetail method

Sets whether the PivotItems in a pivot field is hidden detail.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