Click or drag to resize

XlsCommentsCollection AddComment Method (Int32, Int32)

Adds comment to the specified range.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ICommentShape AddComment(
	int iRow,
	int iColumn
)

Parameters

iRow
Type: System Int32
Row of the cell to add comment to.
iColumn
Type: System Int32
Column of the cell to add comment to.

Return Value

Type: ICommentShape
Newly created comment shape.
See Also