setStyle

sets a style for a cell

void setStyle(number row,number column,object style, [string page] );
row
numberthe row number column
numberthe column number style
objectan object with the style that should be set for the cell pagestringoptional, 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:

See also
  • API
  • 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.
    If you have not checked yet, be sure to visit site of our main product Webix html5 ui library and page of web based spreadsheet product.