Class OdsCellValue
- Namespace
- OdfKit.Spreadsheet
- Assembly
- OdfKit.dll
Preserves the semantic value and source metadata of an ODS cell. 保留 ODS 儲存格的語意值與來源中繼資料。
public sealed class OdsCellValue
- Inheritance
-
OdsCellValue
- Inherited Members
Properties
Currency
Gets the ISO currency code when available. / 取得可用的 ISO 貨幣代碼。
public string? Currency { get; }
Property Value
DisplayText
Gets the extracted display text. / 取得擷取後的顯示文字。
public string? DisplayText { get; }
Property Value
Formula
Gets the original formula expression. / 取得原始公式運算式。
public string? Formula { get; }
Property Value
Kind
Gets the semantic value kind. / 取得語意值類型。
public OdsCellValueKind Kind { get; }
Property Value
RawValueType
Gets the original ODF value-type token. / 取得原始 ODF value-type 詞彙。
public string? RawValueType { get; }
Property Value
Value
Gets the semantic or cached formula value. / 取得語意值或公式快取值。
public object? Value { get; }