API Reference
Struct
OdsCellValue
An immutable typed ODS cell value retaining its invariant lexical form.
Inheritance
- ValueType
- OdsCellValue
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property OdsCell.Value
- Property OdsCellRun.Value
- Property OdsCellValue.Empty
- Method OdsSheet.GetValue
Methods
public DateTimeOffset AsDateTimeOffset() #Returns:
DateTimeOffsetParses the value as an ODF date or date-time.
public TimeSpan AsTimeSpan() #Returns:
TimeSpanParses the ODF duration used for time and duration cells.
public override String ToString() #Returns:
StringInherited Methods
Properties
public static OdsCellValue Empty { get; } #Empty value.
public OdsCellValueKind Kind { get; } #Logical value kind.
public String LexicalValue { get; } #Invariant value as stored in the ODF attribute.
public String DisplayText { get; } #Displayed text stored in cell paragraphs, when available.
public String CurrencyCode { get; } #Currency code for currency values.