API Reference

Class

ExcelThreadedCommentSnapshot

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Immutable threaded comment metadata discovered during inspection.

Inheritance

  • Object
  • ExcelThreadedCommentSnapshot

Usage

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

Constructors

public ExcelThreadedCommentSnapshot() #

Properties

public String CellReference { get; set; } #

Cell reference in A1 notation.

public String Id { get; set; } #

Comment identifier, when present.

public String ParentId { get; set; } #

Parent comment identifier for replies, when present.

public String PersonId { get; set; } #

Person identifier from the threaded comment part.

public String Author { get; set; } #

Resolved author display name from workbook person metadata, when available.

public String Text { get; set; } #

Threaded comment text content.

public Nullable<DateTime> Date { get; set; } #

Timestamp stored by Excel for the threaded comment, when present.

public Boolean Done { get; set; } #

Whether the threaded comment is marked done or resolved.