Click or drag to resize

XlsRange Comment Property

Returns a Comment object that represents the comment associated with the cell in the upper-left corner of the range.

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

Property Value

Type: ICommentShape

Implements

IXLSRange Comment
See Also