AllocationMethodValues Enum

Definition

Defines the AllocationMethodValues enumeration.

public enum AllocationMethodValues
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum AllocationMethodValues
public readonly struct AllocationMethodValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues>, IEquatable<DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues>
type AllocationMethodValues = 
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
type AllocationMethodValues = 
type AllocationMethodValues = struct
    interface IEnumValue
    interface IEnumValueFactory<AllocationMethodValues>
Public Enum AllocationMethodValues
Public Structure AllocationMethodValues
Implements IEnumValue, IEnumValueFactory(Of AllocationMethodValues), IEquatable(Of AllocationMethodValues)
Inheritance
AllocationMethodValues
Inheritance
AllocationMethodValues
Attributes

Fields

AllocationMethodValues(String)

Creates a new AllocationMethodValues enum instance

EqualAllocation

equalAllocation.

When the item is serialized out as xml, its value is "equalAllocation".

EqualAllocation 0

equalAllocation.

When the item is serialized out as xml, its value is "equalAllocation".

EqualIncrement

equalIncrement.

When the item is serialized out as xml, its value is "equalIncrement".

EqualIncrement 1

equalIncrement.

When the item is serialized out as xml, its value is "equalIncrement".

Equals(Object)
Equals(AllocationMethodValues)
GetHashCode()
Equality(AllocationMethodValues, AllocationMethodValues)
Inequality(AllocationMethodValues, AllocationMethodValues)
ToString()
WeightedAllocation 2

weightedAllocation.

When the item is serialized out as xml, its value is "weightedAllocation".

WeightedAllocation

weightedAllocation.

When the item is serialized out as xml, its value is "weightedAllocation".

WeightedIncrement 3

weightedIncrement.

When the item is serialized out as xml, its value is "weightedIncrement".

WeightedIncrement

weightedIncrement.

When the item is serialized out as xml, its value is "weightedIncrement".

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<AllocationMethodValues>.Create(String)

Applies to