Skip to main content
A newer version of this page is available. .
Row

CommentRun.Text Property

Gets or sets the text of the current comment run.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

string Text { get; set; }

Property Value

Type Description
String

A String value that specifies the region of the comment text.

Remarks

Use the CommentRun.Font property to specify the font for displaying the current text region within the comment.

See Also