InterfaceIFloatingComment
Interface
Defines comment properties including the related cell, text, and author.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Comments
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public interface IFloatingComment
Properties
Author
The author name associated with this comment; changes are recorded in the undo stack.
RelatedCellIndex
The cell index to which this comment is anchored in the worksheet.
Declaration
cs-api-definition
CellIndex RelatedCellIndex { get; }
Property Value
The cell index.