Aspose::Cells::Pivot::PivotField::HideItem method
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
index | int32_t | the index of the pivotItem in the pivotField. |
isHidden | bool | whether the specific PivotItem is hidden |
See Also
- Class Vector
- Class PivotField
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
itemValue | const U16String& | the value of the pivotItem in the pivotField. |
isHidden | bool | whether the specific PivotItem is hidden |
See Also
- Class Vector
- Class U16String
- Class PivotField
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
itemValue | const char16_t* | the value of the pivotItem in the pivotField. |
isHidden | bool | whether the specific PivotItem is hidden |
See Also
- Class Vector
- Class PivotField
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++