Click or drag to resize

CommentsRange RichText Property

Gets the rich text representation of the comment.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IRichTextString RichText { get; }

Return Value

Type: IRichTextString
An instance of IRichTextString containing the rich text of the comment.

Implements

ITextBox RichText
See Also