Member | Description |
---|---|
alwaysShown | Specifies that the comment is always displayed. |
hoverShown | Specifies that the comment is displayed only when the pointer hovers over the comment's owner cell. |
Member | Description |
---|---|
alwaysShown | Specifies that the comment is always displayed. |
hoverShown | Specifies that the comment is displayed only when the pointer hovers over the comment's owner cell. |
var comment = new GC.Spread.Sheets.Comments.Comment(); comment.text("new comment!"); comment.backColor("yellow"); comment.foreColor("green"); comment.displayMode(GC.Spread.Sheets.Comments.DisplayMode.alwaysShown); activeSheet.getCell(5,5).comment(comment);
Object
GC.Spread.Sheets.Comments.DisplayMode