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:
C#
public class SpreadsheetCommentReply : IFloatingComment
Inheritance: objectSpreadsheetCommentReply
Implements:
Methods
Executes the SetReplyAuthor command to update the reply's author with undo support.
Properties
Display name of the reply's author; setting a new value pushes the change to the undo stack.
C#
public string Author { get; set; }
The author.
Implements:
Date when the reply was created; setting a new value triggers re-sorting of the parent comment's reply collection by creation date.
C#
public DateTime? CreationDate { get; set; }
Parent comment to which this reply belongs.
C#
public SpreadsheetComment ParentComment { get; }
The text value.
Cell index of the parent comment to which this reply is attached.
C#
public CellIndex RelatedCellIndex { get; }
The cell index.
Implements: