sets a style for a cell
row | number | the row's number |
column | number | the column's number |
style | object | an object with the style that should be set for the cell |
$$("ssheet").setStyle(3, 2, style);
Note that you can only set an already existing style, it means that you need either to get some style using the getStyle method or to add a new one with the help of the addStyle method.