CellReferenceStyle Enum
Specifies the cell reference style.
Namespace: DevExpress.XtraSpreadsheet.Import
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
Name | Description |
---|---|
A1
|
The cell range reference is in the A1 reference style. |
R1C1
|
The cell range reference is in the R1C1 reference style. |
WorkbookDefined
|
Use the reference style specified in the workbook (the DocumentSettings.R1C1ReferenceStyle property). |
Related API Members
The following properties accept/return CellReferenceStyle values:
Remarks
Use the CellReferenceStyle enumeration values to specify the style of the cell reference in the text documents for export or import.
See Also