API Reference
Class
ExcelCommentInfo
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
- Method ExcelSheet.FindComments
- Method ExcelSheet.GetComments
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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 IReadOnlyList<ExcelRichTextRun> RichTextRuns { get; } #Rich text runs stored in the legacy comment text.