API Reference

Enum

OdsCellValueKind

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

Logical value kinds supported by the native ODS cell model.

Inheritance

  • Enum
  • OdsCellValueKind

Usage

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

Values

public const OdsCellValueKind Empty #

No value.

Value: 0
public const OdsCellValueKind String #

Text value.

Value: 1
public const OdsCellValueKind Number #

Floating-point or decimal value.

Value: 2
public const OdsCellValueKind Boolean #

Boolean value.

Value: 3
public const OdsCellValueKind Date #

Date or date-time value.

Value: 4
public const OdsCellValueKind Time #

Time-of-day or duration value represented by an ODF duration.

Value: 5
public const OdsCellValueKind Percentage #

Percentage stored as a fractional number.

Value: 6
public const OdsCellValueKind Currency #

Currency value with an ISO currency code.

Value: 7