API Reference
Class
ExcelCellSnapshot
Immutable cell inspection snapshot.
Inheritance
- Object
- ExcelCellSnapshot
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 ExcelWorksheetSnapshot.Cells
Constructors
public ExcelCellSnapshot() #Inherited Methods
Properties
public Int32 Column { get; set; } #One-based column index.
public Object Value { get; set; } #Typed cell value as interpreted by OfficeIMO's read model.
public String Formula { get; set; } #Formula text without a guaranteed leading equals sign.
public Nullable<UInt32> StyleIndex { get; set; } #OpenXML style index currently backing the cell, when present.
public ExcelCellStyleSnapshot Style { get; set; } #Resolved OfficeIMO style metadata for the cell, when available.
public ExcelHyperlinkSnapshot Hyperlink { get; set; } #Hyperlink metadata attached to the cell, when present.
public ExcelCommentSnapshot Comment { get; set; } #Comment metadata attached to the cell, when present.