API Reference
Class
ExcelWorkbookCommentReport
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.