API Reference

Enum

ExcelReferenceStyle

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Reference notation used by an Excel formula or range address.

Inheritance

  • Enum
  • ExcelReferenceStyle

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Values

public const ExcelReferenceStyle A1 #

Column letters followed by row numbers, for example $B$4.

Value: 0
public const ExcelReferenceStyle R1C1 #

Row/column notation, for example R4C2 or R[-1]C.

Value: 1