Поделиться через


PivotAreaReference.AverageSubtotal Property

Include Average Filter.Represents the attribte in schema: avgSubtotal

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "avgSubtotal")> _
Public Property AverageSubtotal As BooleanValue
    Get
    Set
'Usage
Dim instance As PivotAreaReference
Dim value As BooleanValue

value = instance.AverageSubtotal

instance.AverageSubtotal = value
[SchemaAttrAttribute(, "avgSubtotal")]
public BooleanValue AverageSubtotal { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

PivotAreaReference Class

PivotAreaReference Members

DocumentFormat.OpenXml.Spreadsheet Namespace