XlsRange
AddComment Method
|
Adds a comment to the range.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ICommentShape AddComment()
Public Function AddComment As ICommentShape
public:
virtual ICommentShape^ AddComment() sealed
abstract AddComment : unit -> ICommentShape
override AddComment : unit -> ICommentShape
Return Value
Type:
ICommentShape
Created comment or exists one.
Implements
IXLSRange
AddComment
See Also