XlsPivotField HideItemDetail Method |
| Name | Description | |
|---|---|---|
|
|
HideItemDetail(Int32, Boolean) |
Sets whether the specific PivotItem in a pivot field is hidden detail.
Must call after pivottable CalculateData function.
|
|
|
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.
|