Skip to main content

CsvDocumentImporterOptions.CellReferenceStyle Property

Gets or sets the cell reference style used in a source document.

Namespace: DevExpress.XtraSpreadsheet.Import

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

[DefaultValue(CellReferenceStyle.WorkbookDefined)]
public override CellReferenceStyle CellReferenceStyle { get; set; }

Property Value

Type Default Description
CellReferenceStyle WorkbookDefined

A CellReferenceStyle enumeration value.

Available values:

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).

Property Paths

You can access this nested property as listed below:

Object Type Path to CellReferenceStyle
WorkbookImportOptions
.Csv .CellReferenceStyle
See Also