API Reference

Class

ExcelCommentSnapshot

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Immutable comment metadata discovered during inspection.

Inheritance

  • Object
  • ExcelCommentSnapshot

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

Constructors

Properties

public String Author { get; set; } #

Comment author display name, when available.

public String Text { get; set; } #

Comment text content.

public IReadOnlyList<ExcelRichTextRun> RichTextRuns { get; set; } #

Rich text runs for the comment body, when present.