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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

SubtotalTypes

See Also