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

XlExpressionStyle Enum

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

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public enum XlExpressionStyle

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.

Shared

Formula is calculated as a shared formula in a worksheet.

Array

Formula is calculated as an array formula in a worksheet.

DefinedName

The formula works with an array of values.

See Also