Click or drag to resize

CellRange AddComment Method (ExcelComment)

Adds a comment to the range.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void AddComment(
	ExcelComment comment
)

Parameters

comment
Type: Spire.Xls ExcelComment
Comment to add
See Also