Skip to main content
A newer version of this page is available. .

CellReferenceStyle Enum

Specifies the cell reference style.

Namespace: DevExpress.XtraSpreadsheet.Import

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

Declaration

public enum CellReferenceStyle

Members

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

Remarks

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

See Also