Winnovative Excel Library

ExcelRangeAddComment Method

Winnovative Excel Library Documentation
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.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public ExcelComment AddComment(
	string text
)

Parameters

text
Type: SystemString
The comment text.

Return Value

Type: ExcelComment
The comment object attached to the range.
See Also

Reference