Click or drag to resize

XlsRange HasComment Property

Gets a value indicating whether the cell has a comment.

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

Return Value

Type: Boolean
True if the cell has a comment; otherwise, false.
See Also