Version

CellReferenceMode Property

Gets or sets the value which indicates the way cells in the workbook are referenced.
Syntax
public CellReferenceMode CellReferenceMode {get; set;}

Property Value

The value which indicates the way cells in the workbook are referenced.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe assigned value is not defined in the CellReferenceMode enumeration.
Remarks

The value of this property will affect the row and columns labels of the workbook when opened in Microsoft Excel. In addition, it will affect the display of formulas referencing different cells.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also