Click or drag to resize

IShapes AddComment Method (String)

Adds new Comment shape to the collection.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
ICommentShape AddComment(
	string commentText
)

Parameters

commentText
Type: System String
Text of the comment.

Return Value

Type: ICommentShape
Newly added shape.
See Also