Click or drag to resize

ExcelCommentObject SetCommentLocation Method

Sets the location of the comment.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetCommentLocation(
	bool isMoveWithCell,
	bool isSizeWithCell
)

Parameters

isMoveWithCell
Type: System Boolean
Indicates whether the comment should move with the cell.
isSizeWithCell
Type: System Boolean
Indicates whether the comment should resize with the cell.
See Also