ClassSpreadsheetCommentReply
Reply within a threaded comment, supporting author attribution, text content, and creation dates.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Comments
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class SpreadsheetCommentReply : IFloatingComment
Inheritance: objectSpreadsheetCommentReply
Implements:
Properties
Author
Display name of the reply's author; setting a new value pushes the change to the undo stack.
Declaration
public string Author { get; set; }
Property Value
The author.
Implements
CreationDate
Date when the reply was created; setting a new value triggers re-sorting of the parent comment's reply collection by creation date.
ParentComment
Parent comment to which this reply belongs.
Declaration
public SpreadsheetComment ParentComment { get; }
Property Value
The text value.
RelatedCellIndex
Cell index of the parent comment to which this reply is attached.
Declaration
public CellIndex RelatedCellIndex { get; }
Property Value
The cell index.
Implements
Methods
SetAuthorName(string)
Executes the SetReplyAuthor command to update the reply's author with undo support.