XlsPivotField
IsHiddenItemDetail Method
|
Indicates whether the specific PivotItem is hidden detail.
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 bool IsHiddenItemDetail(
int index
)
Public Function IsHiddenItemDetail (
index As Integer
) As Boolean
public:
bool IsHiddenItemDetail(
int index
)
member IsHiddenItemDetail :
index : int -> bool
Parameters
-
index
-
Type:
System
Int32
the index of the pivotItem in the pivotField.
Return Value
Type:
Boolean
whether the specific PivotItem is hidden detail
See Also