Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

Worksheet.SelectedComment Property

Gets or sets a comment selected in a worksheet.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

Comment SelectedComment { get; set; }

Property Value

Type Description
Comment

A Comment object, or null (Nothing in VB) if a comment is not selected.

Remarks

Use the SelectedComment property to obtain or specify a comment selected in a worksheet. If you assign a comment located in a worksheet other than the current worksheet, an exception is raised.

The SelectedComment property of the SpreadsheetControl or SpreadsheetControl object allows you to select a comment in the worksheet that is currently active in the control.

See Also