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

TxtDocumentExporterOptions.CellReferenceStyle Property

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

Namespace: DevExpress.XtraSpreadsheet.Export

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

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

Property Value

Type Default Description
CellReferenceStyle **A1**

A CellReferenceStyle enumeration value.

Property Paths

You can access this nested property as listed below:

Object Type Path to CellReferenceStyle
WorkbookExportOptions
.Txt.CellReferenceStyle
See Also