Interface IFloatingComment
Defines members for the floating comment classes.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Comments
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public interface IFloatingComment
Properties
Author
Gets or sets the author assigned to the comment. Setting it will push the change in the undo stack.
Declaration
string Author { get; set; }
Property Value
System.String
The author. |
RelatedCellIndex
Gets the cell index assigned to the comment. Setting it will push the change in the undo stack.
Declaration
CellIndex RelatedCellIndex { get; }
Property Value
CellIndex
The cell index. |
Text
Gets or sets the text. Setting it will push the change in the undo stack.
Declaration
string Text { get; set; }
Property Value
System.String
The text value. |