XlsRange
AddComment Method (Boolean)
|
Adds a comment to the range.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ICommentShape AddComment(
bool bIsParseOptions
)
Public Function AddComment (
bIsParseOptions As Boolean
) As ICommentShape
public:
ICommentShape^ AddComment(
bool bIsParseOptions
)
member AddComment :
bIsParseOptions : bool -> ICommentShape
Parameters
-
bIsParseOptions
-
Type:
System
Boolean
Return Value
Type:
ICommentShape
Created comment or exists one.
See Also