Skip to main content
A newer version of this page is available. .

ExpressionStyle Enum

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

Namespace: DevExpress.Spreadsheet.Formulas

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

Declaration

public enum ExpressionStyle

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