Table of Contents

Enum OdsCellValueKind

Namespace
OdfKit.Spreadsheet
Assembly
OdfKit.dll

Identifies the semantic type of an ODS cell. 識別 ODS 儲存格的語意類型。

public enum OdsCellValueKind

Fields

Boolean = 5

A Boolean value. / 布林值。

Currency = 4

A currency value. / 貨幣值。

Date = 6

A date or date-time value. / 日期或日期時間值。

Empty = 0

An empty cell. / 空白儲存格。

Number = 2

A numeric value. / 數值。

Percentage = 3

A percentage value. / 百分比值。

String = 1

A text value. / 文字值。

Time = 7

A duration or time value. / 期間或時間值。

Unknown = 8

An unrecognized ODF value type. / 無法辨識的 ODF 值類型。