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

字段

CellFormulaValues(String)

创建新的 CellFormulaValues 枚举实例

Array 1

输入的数组。

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

Array

输入的数组。

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

DataTable 2

表公式。

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

DataTable

表公式。

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

Equals(Object)
Equals(CellFormulaValues)
GetHashCode()
Normal 0

正常。

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

Normal

正常。

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

Equality(CellFormulaValues, CellFormulaValues)
Inequality(CellFormulaValues, CellFormulaValues)
Shared

共享公式。

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

Shared 3

共享公式。

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

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

适用于