Click or drag to resize

XlsPivotTable ShowSubtotals Property

Gets or sets a value indicating whether subtotals are shown for all fields in the pivot table.

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 ShowSubtotals { get; set; }

Property Value

Type: Boolean
Returns true if subtotals are shown for all fields; otherwise, false.

Return Value

Type: Boolean
A boolean value representing the visibility of subtotals across all pivot fields.
See Also