XlsCommentsCollection
AddComment Method (Int32, Int32, Boolean)
|
Adds comment to the specified range.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ICommentShape AddComment(
int iRow,
int iColumn,
bool bIsParseOptions
)
Public Function AddComment (
iRow As Integer,
iColumn As Integer,
bIsParseOptions As Boolean
) As ICommentShape
public:
ICommentShape^ AddComment(
int iRow,
int iColumn,
bool bIsParseOptions
)
member AddComment :
iRow : int *
iColumn : int *
bIsParseOptions : bool -> ICommentShape
Parameters
-
iRow
-
Type:
System
Int32
Row of the cell to add comment to.
-
iColumn
-
Type:
System
Int32
Column of the cell to add comment to.
-
bIsParseOptions
-
Type:
System
Boolean
A boolean flag indicating whether to apply specific color settings to the comment.
Return Value
Type:
ICommentShape
Newly created comment shape.
See Also