Table of Contents

TReferenceStyle Enumeration

Use this enumerator in the property ExcelFile.FormulaReferenceStyle to specify the reference mode that FlexCel will use when you enter formulas as text or when it returns the formula text.

Syntax

Namespace: FlexCel.Core

Members

Name Value Description
A1 0 Standard A1 mode. Uses letters for the columns and numbers for the rows.
R1C1 1 R1C1 style. Uses numbers for both columns and rows.