Back to Devexpress

ExpressionContext.ReferenceStyle Property

officefileapi-devexpress-dot-spreadsheet-dot-formulas-dot-expressioncontext-a67e92c2.md

latest1.7 KB
Original Source

ExpressionContext.ReferenceStyle Property

Gets or sets the cell reference style used in the expression.

Namespace : DevExpress.Spreadsheet.Formulas

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public ReferenceStyle ReferenceStyle { get; set; }
vb
Public Property ReferenceStyle As ReferenceStyle

Property Value

TypeDescription
ReferenceStyle

A ReferenceStyle enumeration that specifies the cell reference style.

|

Available values:

NameDescription
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

ReferenceStyle

See Also

ExpressionContext Class

ExpressionContext Members

DevExpress.Spreadsheet.Formulas Namespace