RangesCollection
AddComment Method
|
Adds a comment to the range.
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ExcelComment AddComment()
Public Function AddComment As ExcelComment
public:
ExcelComment^ AddComment()
member AddComment : unit -> ExcelComment
Return Value
Type:
ExcelComment
Added comment.
See Also