FormulaExpressionValues Enumeration

Formula Expression Type

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration FormulaExpressionValues
'Usage
Dim instance As FormulaExpressionValues
public enum FormulaExpressionValues

Members

Member name Description
Reference Reference. When the item is serialized out as xml, its value is "ref".
ReferenceError Reference Is Error. When the item is serialized out as xml, its value is "refError".
Area Area. When the item is serialized out as xml, its value is "area".
AreaError Area Error. When the item is serialized out as xml, its value is "areaError".
ComputedArea Computed Area. When the item is serialized out as xml, its value is "computedArea".

See Also

Reference

DocumentFormat.OpenXml.Spreadsheet Namespace