fires before a comment for a cell is shown
| row | number | the row id |
| column | number | the column id |
| boolean | returning false will prevent the comment showing |
$$("ssheet").attachEvent("onBeforeCommentShow",function(row,column){
// some code here
return true;
});