setStyle
sets a style for a cell
void setStyle(number row,number column,object style, [string page] );
| row | number | the row number |
| column | number | the column number |
| style | object | an object with the style that should be set for the cell |
| page | string | optional, the name of the sheet |
Example
$$("ssheet").setStyle(3, 2, style, "Sheet1");
Details
Note that you can only set the style that already exists. It means that you need:
- either get some style using the getStyle method
- or add a new one with the help of the addStyle method.
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.