API Reference
Class
ExcelThreadedCommentUpdateOptions
Options used when updating an existing threaded comment.
Inheritance
- Object
- ExcelThreadedCommentUpdateOptions
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 ExcelThreadedCommentUpdateOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Id { get; set; } #Threaded comment id.
public String Text { get; set; } #Replacement text. Null preserves the current text.
public String Author { get; set; } #Replacement author. Null preserves the current person.
public Nullable<DateTime> Date { get; set; } #Replacement timestamp. Null preserves the current timestamp.
public Nullable<Boolean> Done { get; set; } #Replacement resolved/done state. Null preserves the current state.