API Reference

Class

ExcelWorkbookCommentReport

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Comment and threaded-comment awareness report.

Inheritance

  • Object
  • ExcelWorkbookCommentReport

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 IReadOnlyList<ExcelCommentRecord> Comments { get; } #

Legacy worksheet notes across the workbook.

public IReadOnlyList<ExcelThreadedCommentSnapshot> ThreadedComments { get; } #

Threaded comments preserved in the workbook package.

public IReadOnlyList<ExcelWorkbookDiagnosticIssue> Issues { get; } #

Comment metadata issues, such as missing authors or empty comment text.

public Int32 CommentCount { get; } #

Legacy comment count.

public Int32 ThreadedCommentCount { get; } #

Threaded comment count.

public Boolean HasComments { get; } #

True when any comment or threaded comment exists.