IPivotField
Subtotals Property
|
Gets or sets type of field subtotals.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
SubtotalTypes Subtotals { get; set; }
Property Subtotals As SubtotalTypes
Get
Set
property SubtotalTypes Subtotals {
SubtotalTypes get ();
void set (SubtotalTypes value);
}
abstract Subtotals : SubtotalTypes with get, set
Property Value
Type:
SubtotalTypes
See Also