PivotChange.AllocationMethod Property
allocationMethod.Represents the attribte in schema: allocationMethod
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "allocationMethod")> _
Public Property AllocationMethod As EnumValue(Of AllocationMethodValues)
Get
Set
'Usage
Dim instance As PivotChange
Dim value As EnumValue(Of AllocationMethodValues)
value = instance.AllocationMethod
instance.AllocationMethod = value
[SchemaAttrAttribute(, "allocationMethod")]
public EnumValue<AllocationMethodValues> AllocationMethod { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<AllocationMethodValues>