API Reference

Enum

LegacyXlsCellValueKind

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

Describes the value category of a legacy XLS cell.

Inheritance

  • Enum
  • LegacyXlsCellValueKind

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 LegacyXlsCellValueKind Blank #

Empty cell placeholder.

Value: 0
public const LegacyXlsCellValueKind Text #

Text value.

Value: 1
public const LegacyXlsCellValueKind Number #

Numeric value.

Value: 2
public const LegacyXlsCellValueKind Boolean #

Boolean value.

Value: 3
public const LegacyXlsCellValueKind Error #

Legacy Excel error value.

Value: 4