Share via


AllocationMethodValues 枚举

定义

定义 AllocationMethodValues 枚举。

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)
继承
AllocationMethodValues
继承
AllocationMethodValues
属性

字段

AllocationMethodValues(String)

创建新的 AllocationMethodValues 枚举实例

EqualAllocation

equalAllocation。

当项序列化为 xml 时,其值为“equalAllocation”。

EqualAllocation 0

equalAllocation。

当项序列化为 xml 时,其值为“equalAllocation”。

EqualIncrement

equalIncrement。

当项序列化为 xml 时,其值为“equalIncrement”。

EqualIncrement 1

equalIncrement。

当项序列化为 xml 时,其值为“equalIncrement”。

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

weightedAllocation。

当项序列化为 xml 时,其值为“weightedAllocation”。

WeightedAllocation

weightedAllocation。

当项序列化为 xml 时,其值为“weightedAllocation”。

WeightedIncrement 3

weightedIncrement。

当项序列化为 xml 时,其值为“weightedIncrement”。

WeightedIncrement

weightedIncrement。

当项序列化为 xml 时,其值为“weightedIncrement”。

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

适用于