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: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public ExcelComment AddComment(
string text
)
Public Function AddComment (
text As String
) As ExcelComment
public:
ExcelComment^ AddComment(
String^ text
)
member AddComment :
text : string -> ExcelComment
- text String
- The comment text.
ExcelCommentThe comment object attached to the range.