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; }
Public Property ShowSubtotals As Boolean
Get
Set
public:
property bool ShowSubtotals {
bool get ();
void set (bool value);
}
member ShowSubtotals : bool with 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