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)

適用対象