IShapes
AddComment Method
|
Adds new Comment shape with empty comment text 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()
Function AddComment As ICommentShape
ICommentShape^ AddComment()
abstract AddComment : unit -> ICommentShape
Return Value
Type:
ICommentShape
Newly added shape.
See Also