Click or drag to resize

XlsPivotField HideDetail Method

Sets whether the PivotItems in a pivot field is hidden detail.That is collapse/expand this field. 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 HideDetail(
	bool isHiddenDetail
)

Parameters

isHiddenDetail
Type: System Boolean
whether DetailItems is hidden
See Also