API Reference
Class
ExcelThreadedCommentOptions
Options used when authoring a threaded comment.
Inheritance
- Object
- ExcelThreadedCommentOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public ExcelThreadedCommentOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Address { get; set; } #Cell address in A1 notation.
public String Author { get; set; } #Display author stored in workbook person metadata.
public String ParentId { get; set; } #Optional parent threaded-comment id when adding a reply.
public String Id { get; set; } #Optional stable comment id. A new GUID is generated when omitted.
public Nullable<DateTime> Date { get; set; } #Optional timestamp. UTC now is used when omitted.
public Boolean Done { get; set; } #Marks the threaded comment as resolved/done.