CellFormulaValues Enumeration
Formula Type
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration CellFormulaValues
'Usage
Dim instance As CellFormulaValues
public enum CellFormulaValues
Members
Member name | Description | |
---|---|---|
Normal | Normal. When the item is serialized out as xml, its value is "normal". | |
Array | Array Entered. When the item is serialized out as xml, its value is "array". | |
DataTable | Table Formula. When the item is serialized out as xml, its value is "dataTable". | |
Shared | Shared Formula. When the item is serialized out as xml, its value is "shared". |