ExpressionContext.ReferenceStyle Property
In This Article
Gets or sets the cell reference style used in the expression.
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
public ReferenceStyle ReferenceStyle { get; set; }
#Property Value
Type | Description |
---|---|
Reference |
A Reference |
Available values:
Name | Description |
---|---|
Use |
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