API Reference

Class

ExcelCommentInfo

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Immutable worksheet comment metadata.

Inheritance

  • Object
  • ExcelCommentInfo

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

Properties

public String CellReference { get; } #

A1 cell reference where the comment is attached.

public Int32 Row { get; } #

1-based row index where the comment is attached.

public Int32 Column { get; } #

1-based column index where the comment is attached.

public String Author { get; } #

Comment author display name, when available.

public String Text { get; } #

Comment text content.

public IReadOnlyList<ExcelRichTextRun> RichTextRuns { get; } #

Rich text runs stored in the legacy comment text.