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