IShapes
AddComment Method (String, Boolean)
|
Adds new Comment shape to the collection.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
ICommentShape AddComment(
string commentText,
bool bIsParseOptions
)
Function AddComment (
commentText As String,
bIsParseOptions As Boolean
) As ICommentShape
ICommentShape^ AddComment(
String^ commentText,
bool bIsParseOptions
)
abstract AddComment :
commentText : string *
bIsParseOptions : bool -> ICommentShape
Parameters
-
commentText
-
Type:
System
String
Text of the comment.
-
bIsParseOptions
-
Type:
System
Boolean
Indicates is parse comment XlsFill line options.
Return Value
Type:
ICommentShape
Newly added shape.
See Also