次の方法で共有


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 としてシリアル化されるときに、その値は "標準" です。

Array 1

入力された配列。

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

DataTable 2

テーブル数式。

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

Shared 3

共有数式。

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

Array

入力された配列。

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

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 としてシリアル化されるときに、その値は "標準" です。

Shared

共有数式。

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

ToString()

適用対象