PivotField.SumSubtotal Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sum Subtotal
Represents the following attribute in the schema: sumSubtotal
[DocumentFormat.OpenXml.SchemaAttr(0, "sumSubtotal")]
public DocumentFormat.OpenXml.BooleanValue SumSubtotal { get; set; }
public DocumentFormat.OpenXml.BooleanValue SumSubtotal { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "sumSubtotal")]
public DocumentFormat.OpenXml.BooleanValue? SumSubtotal { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("sumSubtotal")]
public DocumentFormat.OpenXml.BooleanValue? SumSubtotal { get; set; }
public DocumentFormat.OpenXml.BooleanValue? SumSubtotal { get; set; }
member this.SumSubtotal : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "sumSubtotal")>]
member this.SumSubtotal : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("sumSubtotal")>]
member this.SumSubtotal : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property SumSubtotal As BooleanValue
Property Value
Returns BooleanValue.
- Attributes