CellFormulaValues 枚举

定义

公式类型

public enum CellFormulaValues
public readonly struct CellFormulaValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues>
type CellFormulaValues = 
type CellFormulaValues = struct
    interface IEnumValue
    interface IEnumValueFactory<CellFormulaValues>
Public Enum CellFormulaValues
Public Structure CellFormulaValues
Implements IEnumValue, IEnumValueFactory(Of CellFormulaValues), IEquatable(Of CellFormulaValues)
继承
CellFormulaValues
继承
CellFormulaValues

字段

名称 说明
Normal 0

正常。

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

Array 1

输入的数组。

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

DataTable 2

表公式。

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

Shared 3

共享公式。

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

Array

输入的数组。

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

CellFormulaValues(String)

创建新的 CellFormulaValues 枚举实例

DataTable

表公式。

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

Equality(CellFormulaValues, CellFormulaValues)
Equals(CellFormulaValues)
Equals(Object)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<CellFormulaValues>.Create(String)
Inequality(CellFormulaValues, CellFormulaValues)
Normal

正常。

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

Shared

共享公式。

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

ToString()

适用于