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