API Reference
Class
ExcelCellValueSnapshot
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.