IPivotDataField
Subtotal Property
 | 
Gets/ sets subtotal function used for data field.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
SubtotalTypes Subtotal { get; }
 
ReadOnly Property Subtotal As SubtotalTypes
	Get
 
property SubtotalTypes Subtotal {
	SubtotalTypes get ();
}
 
abstract Subtotal : SubtotalTypes with get
 
 
 
Property Value
Type:
SubtotalTypes
 
See Also