Class
SpreadsheetCommentReply

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:

cs-api-definition
public class SpreadsheetCommentReply : IFloatingComment

Inheritance: objectSpreadsheetCommentReply

Implements: IFloatingComment

Properties

Author

Display name of the reply's author; setting a new value pushes the change to the undo stack.

Declaration

cs-api-definition
public string Author { get; set; }

Property Value

string

The author.

Implements IFloatingComment.Author

CreationDate

Date when the reply was created; setting a new value triggers re-sorting of the parent comment's reply collection by creation date.

Declaration

cs-api-definition
public DateTime? CreationDate { get; set; }

Property Value

DateTime?

ParentComment

Parent comment to which this reply belongs.

Declaration

cs-api-definition
public SpreadsheetComment ParentComment { get; }

Property Value

SpreadsheetComment

The text value.

RelatedCellIndex

Cell index of the parent comment to which this reply is attached.

Declaration

cs-api-definition
public CellIndex RelatedCellIndex { get; }

Property Value

CellIndex

The cell index.

Implements IFloatingComment.RelatedCellIndex

Text

Text content of the reply; setting a new value pushes the change to the undo stack.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

The text value.

Implements IFloatingComment.Text

Methods

SetAuthorName(string)

Executes the SetReplyAuthor command to update the reply's author with undo support.

Declaration

cs-api-definition
protected void SetAuthorName(string value)

Parameters

value

string