Namespace: Spire.Xls.Core.Spreadsheet.PivotTables
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public SubtotalTypes Subtotals { get; set; }
Public Property Subtotals As SubtotalTypes
	Get
	Set
public:
virtual property SubtotalTypes Subtotals {
	SubtotalTypes get () sealed;
	void set (SubtotalTypes value) sealed;
}
abstract Subtotals : SubtotalTypes with get, set
override Subtotals : SubtotalTypes with get, set

Property Value

SubtotalTypes

Implements

IPivotField..::..Subtotals

See Also