PivotTableDefinition.AllocationMethod Property

Definition

allocationMethod, this property is only available in Office 2010 and later.

Represents the following attribute in the schema: allocationMethod

[DocumentFormat.OpenXml.SchemaAttr(0, "allocationMethod")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues> AllocationMethod { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues> AllocationMethod { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "allocationMethod")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues>? AllocationMethod { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("allocationMethod")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues>? AllocationMethod { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues>? AllocationMethod { get; set; }
member this.AllocationMethod : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "allocationMethod")>]
member this.AllocationMethod : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("allocationMethod")>]
member this.AllocationMethod : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues> with get, set
Public Property AllocationMethod As EnumValue(Of AllocationMethodValues)

Property Value

Attributes

Applies to