Click or drag to resize

FormulaExpressionValues Enumeration

Formula Expression Type

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
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