InterfaceIFloatingCommentMutable
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:
cs-api-definition
public interface IFloatingCommentMutable : IFloatingComment
Inherited Members
Properties
RelatedCellIndex
The cell index to which this comment is anchored; changes are recorded in the undo stack.
Declaration
cs-api-definition
CellIndex RelatedCellIndex { get; set; }
Property Value
The cell index.