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

入力された配列。

項目を xml としてシリアル化されるときに、その値は "配列" です。

DataTable 2

テーブル数式。

項目を xml としてシリアル化されるときに、その値は "dataTable" です。

DataTable

テーブル数式。

項目を xml としてシリアル化されるときに、その値は "dataTable" です。

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

標準

アイテムを xml としてシリアル化されるときに、その値は "標準" です。

Normal

標準

アイテムを xml としてシリアル化されるときに、その値は "標準" です。

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

共有数式。

アイテムを xml としてシリアル化されるときに、その値は "共有" です。

Shared 3

共有数式。

アイテムを xml としてシリアル化されるときに、その値は "共有" です。

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

適用対象