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

Syntax

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

Return Value

ICommentShape

See Also