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

Comment.Reference Property

Gets the reference to the cell containing the comment.

Namespace: DevExpress.Spreadsheet

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

Declaration

string Reference { get; }

Property Value

Type Description
String

A String value that specifies a reference to the commented cell.

Remarks

The Reference property value is always a reference to a single cell, since comments can only be associated with an individual cell. Even if you create a comment via the CommentCollection.Add method with the cell range passed as a parameter, the comment will be added to the top-left cell of this range.

Note that the Reference property returns an absolute cell reference.

See Also