Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CsvDocumentImporterOptions.CellReferenceStyle Property

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

Namespace: DevExpress.XtraSpreadsheet.Import

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

Declaration

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

Property Value

Type Default Description
CellReferenceStyle **WorkbookDefined**

A CellReferenceStyle enumeration value.

Property Paths

You can access this nested property as listed below:

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