PivotField.HideItem
HideItem(int, bool)
Sets whether the specific PivotItem in a data field is hidden.
public void HideItem(int index, bool isHidden)
Parameter | Type | Description |
---|---|---|
index | Int32 | the index of the pivotItem in the pivotField. |
isHidden | Boolean | whether the specific PivotItem is hidden |
See Also
- class PivotField
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells
HideItem(string, bool)
Sets whether the specific PivotItem in a data field is hidden.
public void HideItem(string itemValue, bool isHidden)
Parameter | Type | Description |
---|---|---|
itemValue | String | the value of the pivotItem in the pivotField. |
isHidden | Boolean | whether the specific PivotItem is hidden |
See Also
- class PivotField
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells