PivotDataField
Subtotal Property
|
Gets/ sets subtotal function used for data field.
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
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
Type:
SubtotalTypes
Implements
IPivotDataField
Subtotal
See Also