API Reference

Enum

ExcelCellDataKind

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

Kind of value stored in an ExcelCellData.

Inheritance

  • Enum
  • ExcelCellDataKind

Usage

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

Accepted by parameters

Values

public const ExcelCellDataKind Blank #

The cell has no value.

Value: 0
public const ExcelCellDataKind Boolean #

The cell contains a Boolean value.

Value: 1
public const ExcelCellDataKind Number #

The cell contains a numeric value.

Value: 2
public const ExcelCellDataKind Text #

The cell contains text.

Value: 3
public const ExcelCellDataKind Error #

The cell contains an error value.

Value: 4
public const ExcelCellDataKind Formula #

The cell contains a formula.

Value: 5