Click or drag to resize

CommentsCollection AddComment Method (CellRange)

Adds comment to the specified range.

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ExcelComment AddComment(
	CellRange range
)

Parameters

range
Type: Spire.Xls CellRange
Range that adds comment.

Return Value

Type: ExcelComment
Created comment object..
See Also