officefileapi-devexpress-dot-xtraspreadsheet-dot-import-a61c155b.md
Specifies the cell reference style.
Namespace : DevExpress.XtraSpreadsheet.Import
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public enum CellReferenceStyle
Public Enum CellReferenceStyle
| 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).
|
The following properties accept/return CellReferenceStyle values:
Use the CellReferenceStyle enumeration values to specify the style of the cell reference in the text documents for export or import.
See Also