XlsPivotField
HideAllItem Method
|
Sets whether the all PivotItem in a data field is hidden.
Must call after pivottable CalculateData function.
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void HideAllItem(
bool isHidden
)
Public Sub HideAllItem (
isHidden As Boolean
)
public:
void HideAllItem(
bool isHidden
)
member HideAllItem :
isHidden : bool -> unit
Parameters
-
isHidden
-
Type:
System
Boolean
whether the specific PivotItem is hidden
See Also