XlsRangesCollection
AddComment Method
 | 
Adds comment to the 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()
 
Public Function AddComment As ICommentShape
 
public:
virtual ICommentShape^ AddComment() sealed
 
abstract AddComment : unit -> ICommentShape 
override AddComment : unit -> ICommentShape 
 
 
 
Return Value
Type:
ICommentShape
Range's comment.
Implements
IXLSRange
AddComment
 
See Also