ExpressionStyle Enum
Lists possible ways to interpret and calculate a formula in a worksheet.
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
Name | Description |
---|---|
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. |
Related API Members
The following properties accept/return ExpressionStyle values:
See Also