Click or drag to resize

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
)

Parameters

bIsParseOptions
Type: System Boolean

Return Value

Type: ICommentShape
Created comment or exists one.
See Also