OfficeIMO

API Reference

Class

ExcelCellSnapshot

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Immutable cell inspection snapshot.

Inheritance

  • Object
  • ExcelCellSnapshot

Constructors

public ExcelCellSnapshot() #

Properties

public Int32 Row { get; set; } #

One-based row index.

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 ExcelCommentSnapshot Comment { get; set; } #

Comment metadata attached to the cell, when present.