Back to Devexpress

ExpressionStyle Enum

officefileapi-devexpress-dot-spreadsheet-dot-formulas-58fe2bea.md

latest1.4 KB
Original Source

ExpressionStyle Enum

Lists possible ways to interpret and calculate a formula in a worksheet.

Namespace : DevExpress.Spreadsheet.Formulas

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum ExpressionStyle
vb
Public Enum ExpressionStyle

Members

NameDescription
Normal

Formula is calculated as if it is entered in the worksheet cell in the usual way. It does not operate with arrays to return arrays.

| | Array |

Formula is calculated as an array formula in a worksheet.

| | DefinedName |

The formula works with an array of values.

|

The following properties accept/return ExpressionStyle values:

See Also

DevExpress.Spreadsheet.Formulas Namespace