Interface IFloatingComment
Defines comment properties including the related cell, text, and author.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Comments
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public interface IFloatingComment
Properties
Author
The author name associated with this comment; changes are recorded in the undo stack.
Declaration
string Author { get; set; }
Property Value
|
System.String
The author. |
RelatedCellIndex
The cell index to which this comment is anchored in the worksheet.
Declaration
CellIndex RelatedCellIndex { get; }
Property Value
|
CellIndex
The cell index. |
Text
The comment text content; changes are recorded in the undo stack.
Declaration
string Text { get; set; }
Property Value
|
System.String
The text value. |