ExcelRangeAddComment Method |
Adds the comment with the specified text to this range.
The range is expected to contain a single cell otherwise the comment will be placed on the top left cell of the range.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelComment AddComment(
string text
)
Public Function AddComment (
text As String
) As ExcelComment
Parameters
- text String
- The comment text.
Return Value
ExcelCommentThe comment object attached to the range.
See Also