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)
Parameter | Type | Description |
---|---|---|
index | int32_t | the index of the pivotItem in the pivotField. |
isHiddenDetail | bool | whether the specific PivotItem is hidden |
See Also
- Class Vector
- Class PivotField
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++