Interface IFloatingCommentMutable
Extends comment properties to allow changing the related cell index, with changes tracked in the undo stack.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Comments
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public interface IFloatingCommentMutable : IFloatingComment
Properties
RelatedCellIndex
The cell index to which this comment is anchored; changes are recorded in the undo stack.
Declaration
CellIndex RelatedCellIndex { get; set; }
Property Value
|
CellIndex
The cell index. |