CommentsCollection
AddComment Method (CellRange)
 | 
Adds comment to the specified 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(
	CellRange range
)
 
Public Function AddComment ( 
	range As CellRange
) As ExcelComment
 
public:
ExcelComment^ AddComment(
	CellRange^ range
)
 
member AddComment : 
range : CellRange -> ExcelComment 
 
 
 
Parameters
- 
range
 
- 
Type:
Spire.Xls
CellRange
Range that adds comment.
 
Return Value
Type:
ExcelComment
Created comment object..
 
See Also