API Reference

Class

ExcelCellValueSnapshot

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Describes a native worksheet cell value without requiring callers to inspect OpenXML directly.

Inheritance

  • Object
  • ExcelCellValueSnapshot

Usage

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

Accepted by parameters

Properties

public ExcelCellValueKind Kind { get; } #

Native value kind for the cell.

public String Text { get; } #

Resolved display text for the cell.

public String RawValue { get; } #

Raw value that can be used for loss-aware interchange between OfficeIMO converters.

public Nullable<CellValues> OpenXmlType { get; } #

Underlying OpenXML cell type hint, when present.