API Reference
Class
ExcelThreadedCommentSnapshot
Immutable threaded comment metadata discovered during inspection.
Inheritance
- Object
- ExcelThreadedCommentSnapshot
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
- Property ExcelCellSnapshot.ThreadedComment
- Property ExcelWorksheetSnapshot.ThreadedComments
Constructors
public ExcelThreadedCommentSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String CellReference { get; set; } #Cell reference in A1 notation.
public String Id { get; set; } #Comment identifier, when present.
public String ParentId { get; set; } #Parent comment identifier for replies, when present.
public String PersonId { get; set; } #Person identifier from the threaded comment part.
public String Author { get; set; } #Resolved author display name from workbook person metadata, when available.
public String Text { get; set; } #Threaded comment text content.
public Nullable<DateTime> Date { get; set; } #Timestamp stored by Excel for the threaded comment, when present.
public Boolean Done { get; set; } #Whether the threaded comment is marked done or resolved.