Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
String
bIsParseOptions
Boolean

Return Value

ICommentShape

See Also