Aspose::Cells::Pivot::PivotField::HideItem method

PivotField::HideItem(int32_t, bool) method

Sets whether the specific PivotItem in a data field is hidden.

Deprecated

Use PivotField.PivotItems[int].IsHidden instead.

void Aspose::Cells::Pivot::PivotField::HideItem(int32_t index, bool isHidden)
ParameterTypeDescription
indexint32_tthe index of the pivotItem in the pivotField.
isHiddenboolwhether the specific PivotItem is hidden

Remarks

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

See Also

PivotField::HideItem(const U16String&, bool) method

Sets whether the specific PivotItem in a data field is hidden.

Deprecated

Use PivotField.PivotItems[string].IsHidden instead.

void Aspose::Cells::Pivot::PivotField::HideItem(const U16String &itemValue, bool isHidden)
ParameterTypeDescription
itemValueconst U16String&The name of the pivotItem in the pivotField.
isHiddenboolWhether the specific PivotItem is hidden

Remarks

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

See Also

PivotField::HideItem(const char16_t*, bool) method

Sets whether the specific PivotItem in a data field is hidden.

Deprecated

Use PivotField.PivotItems[string].IsHidden instead.

void Aspose::Cells::Pivot::PivotField::HideItem(const char16_t *itemValue, bool isHidden)
ParameterTypeDescription
itemValueconst char16_t*The name of the pivotItem in the pivotField.
isHiddenboolWhether the specific PivotItem is hidden

Remarks

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

See Also