Click or drag to resize

FormulaExpressionValues Enumeration

Formula Expression Type

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum FormulaExpressionValues
Members
Member nameValueDescription
Reference0 Reference.

When the item is serialized out as xml, its value is "ref".

ReferenceError1 Reference Is Error.

When the item is serialized out as xml, its value is "refError".

Area2 Area.

When the item is serialized out as xml, its value is "area".

AreaError3 Area Error.

When the item is serialized out as xml, its value is "areaError".

ComputedArea4 Computed Area.

When the item is serialized out as xml, its value is "computedArea".

See Also