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

PivotField::HideItem(int32_t, bool) method

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

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

See Also

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

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

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

See Also

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

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

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

See Also