API Reference

Enum

ExcelVisualCellValueKind

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

Kind of value represented by an Excel visual cell.

Inheritance

  • Enum
  • ExcelVisualCellValueKind

Usage

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

Values

public const ExcelVisualCellValueKind Blank #

The cell has no value.

Value: 0
public const ExcelVisualCellValueKind Text #

The cell displays text.

Value: 1
public const ExcelVisualCellValueKind Number #

The cell displays a number.

Value: 2
public const ExcelVisualCellValueKind Date #

The cell displays a date or time serial.

Value: 3
public const ExcelVisualCellValueKind Boolean #

The cell displays a Boolean value.

Value: 4
public const ExcelVisualCellValueKind Error #

The cell displays an error value.

Value: 5