New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public interface IFloatingComment

Derived Classes: SpreadsheetCommentSpreadsheetCommentReplySpreadsheetNote

Properties

The author name associated with this comment; changes are recorded in the undo stack.

C#
string Author { get; set; }
Property Value:

The author.

The cell index to which this comment is anchored in the worksheet.

C#
CellIndex RelatedCellIndex { get; }
Property Value:

The cell index.

The comment text content; changes are recorded in the undo stack.

C#
string Text { get; set; }
Property Value:

The text value.

In this article
DefinitionPropertiesAuthorRelatedCellIndexText
Not finding the help you need?
Contact Support