ExpressionContext.ReferenceStyle Property
Gets or sets the cell reference style used in the expression.
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
ReferenceStyle | A ReferenceStyle enumeration that specifies the cell reference style. |
Available values:
Name | Description |
---|---|
UseDocumentSettings | The cell range reference is in the reference style used in the workbook. |
A1 | The cell range reference is in the A1 reference style. |
R1C1 | The cell range reference is in the R1C1 reference style. |
Implements
See Also