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 Subtotal { get; set; }
Public Property Subtotal As SubtotalTypes
	Get
	Set
public:
virtual property SubtotalTypes Subtotal {
	SubtotalTypes get () sealed;
	void set (SubtotalTypes value) sealed;
}
abstract Subtotal : SubtotalTypes with get, set
override Subtotal : SubtotalTypes with get, set

Property Value

SubtotalTypes

Implements

IPivotDataField..::..Subtotal

See Also