DataField.Subtotal Property

Definition

subtotal

Represents the following attribute in the schema: subtotal

[DocumentFormat.OpenXml.SchemaAttr(0, "subtotal")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues> Subtotal { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues> Subtotal { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "subtotal")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues>? Subtotal { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("subtotal")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues>? Subtotal { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues>? Subtotal { get; set; }
member this.Subtotal : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "subtotal")>]
member this.Subtotal : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("subtotal")>]
member this.Subtotal : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues> with get, set
Public Property Subtotal As EnumValue(Of DataConsolidateFunctionValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to