API Reference
Class
ExcelCellSnapshot
Immutable cell inspection snapshot.
Inheritance
- Object
- ExcelCellSnapshot
Constructors
public ExcelCellSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.