Back to Devexpress

CellReferenceStyle Enum

officefileapi-devexpress-dot-xtraspreadsheet-dot-import-a61c155b.md

latest2.5 KB
Original Source

CellReferenceStyle Enum

Specifies the cell reference style.

Namespace : DevExpress.XtraSpreadsheet.Import

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum CellReferenceStyle
vb
Public Enum CellReferenceStyle

Members

NameDescription
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:

LibraryRelated API Members
WPF ControlsSpreadsheetCsvExportOptions.CellReferenceStyle
SpreadsheetCsvImportOptions.CellReferenceStyle
SpreadsheetTxtExportOptions.CellReferenceStyle
SpreadsheetTxtImportOptions.CellReferenceStyle
Office File APICsvDocumentExporterOptions.CellReferenceStyle
CsvDocumentImporterOptions.CellReferenceStyle
TxtDocumentExporterOptions.CellReferenceStyle
TxtDocumentImporterOptions.CellReferenceStyle

Remarks

Use the CellReferenceStyle enumeration values to specify the style of the cell reference in the text documents for export or import.

See Also

DevExpress.XtraSpreadsheet.Import Namespace