GridCell.CreateComment
GridCell.CreateComment method
Creates a comment object for a cell.
public GridComment CreateComment(string note, string author, bool isvisible)
Parameter | Type | Description |
---|---|---|
note | String | comment note. |
author | String | comment author. |
isvisible | Boolean | whether the comment is visible. |
Return Value
GridComment object
See Also
- class GridComment
- class GridCell
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb