API Reference

Enum

ExcelCellValueType

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

Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Spreadsheet.CellValues.

Inheritance

  • Enum
  • ExcelCellValueType

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 ExcelCellValueType Boolean #

Represents the Open XML value b.

Value: 0
public const ExcelCellValueType Number #

Represents the Open XML value n.

Value: 1
public const ExcelCellValueType Error #

Represents the Open XML value e.

Value: 2
public const ExcelCellValueType SharedString #

Represents the Open XML value s.

Value: 3
public const ExcelCellValueType String #

Represents the Open XML value str.

Value: 4
public const ExcelCellValueType InlineString #

Represents the Open XML value inlineStr.

Value: 5
public const ExcelCellValueType Date #

Represents the Open XML value d.

Value: 6