Interface
IFloatingComment

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.

Declaration

cs-api-definition
string Author { get; set; }

Property Value

string

The author.

RelatedCellIndex

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

Declaration

cs-api-definition
CellIndex RelatedCellIndex { get; }

Property Value

CellIndex

The cell index.

Text

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

Declaration

cs-api-definition
string Text { get; set; }

Property Value

string

The text value.

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