Click or drag to resize

XlsPivotField HideItemDetail Method

Overload List
Name Description
Public method HideItemDetail(Int32, Boolean)
Sets whether the specific PivotItem in a pivot field is hidden detail. Must call after pivottable CalculateData function.
Public method HideItemDetail(String, Boolean)
Sets whether the PivotItems in a pivot field is hidden detail.That is collapse/expand this field. Must call after pivottable CalculateData function.
Top
See Also