API Reference
Class
ExcelThreadedCommentResult
Result returned after authoring a threaded comment.
Inheritance
- Object
- ExcelThreadedCommentResult
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 String CellReference { get; } #Cell address in A1 notation.
public String PersonId { get; } #Workbook person id used by the threaded comment.
public String Author { get; } #Resolved author display name.
public Boolean IsReply { get; } #True when the comment references a parent threaded comment.
public Boolean Done { get; } #True when the comment is marked resolved/done.