CellFormulaValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Formula Type
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)
- Inheritance
-
CellFormulaValues
- Inheritance
-
CellFormulaValues
Fields
Name | Value | Description |
---|---|---|
Normal | 0 | Normal. When the item is serialized out as xml, its value is "normal". |
Array | 1 | Array Entered. When the item is serialized out as xml, its value is "array". |
DataTable | 2 | Table Formula. When the item is serialized out as xml, its value is "dataTable". |
Shared | 3 | Shared Formula. When the item is serialized out as xml, its value is "shared". |
Array | Array Entered. When the item is serialized out as xml, its value is "array". |
|
CellFormulaValues(String) | Creates a new CellFormulaValues enum instance |
|
DataTable | Table Formula. When the item is serialized out as xml, its value is "dataTable". |
|
Equality(CellFormulaValues, CellFormulaValues) | ||
Equals(CellFormulaValues) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<CellFormulaValues>.Create(String) | ||
Inequality(CellFormulaValues, CellFormulaValues) | ||
Normal | Normal. When the item is serialized out as xml, its value is "normal". |
|
Shared | Shared Formula. When the item is serialized out as xml, its value is "shared". |
|
ToString() |