API Reference

Enum

ExcelReferenceKind

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

Shape represented by an ExcelReference.

Inheritance

  • Enum
  • ExcelReferenceKind

Usage

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

Values

public const ExcelReferenceKind Cell #

One worksheet cell.

Value: 0
public const ExcelReferenceKind Range #

A rectangular worksheet range.

Value: 1
public const ExcelReferenceKind WholeRow #

One or more complete worksheet rows.

Value: 2
public const ExcelReferenceKind WholeColumn #

One or more complete worksheet columns.

Value: 3