onBeforeCommentShow
fires before a comment for a cell is shown
boolean onBeforeCommentShow(number row,number column);
| row | number | the row id |
| column | number | the column id |
| boolean | returning false will prevent the comment showing |
Example
$$("ssheet").attachEvent("onBeforeCommentShow",function(row,column){
// some code here
return true;
});
See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.