API Reference

Enum

ExcelCellValueKind

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

Identifies the native value kind stored in a worksheet cell.

Inheritance

  • Enum
  • ExcelCellValueKind

Usage

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

Values

public const ExcelCellValueKind Text #

The cell stores text.

Value: 0
public const ExcelCellValueKind Number #

The cell stores a numeric value.

Value: 1
public const ExcelCellValueKind Boolean #

The cell stores a boolean value.

Value: 2
public const ExcelCellValueKind Error #

The cell stores an error value.

Value: 3
public const ExcelCellValueKind Formula #

The cell stores a formula.

Value: 4
public const ExcelCellValueKind Other #

The cell stores a value kind not explicitly mapped by OfficeIMO.

Value: 5