setRangeStyle

sets a style for a range of cells

void setRangeStyle(string rangeStr,object style, [string page] );
rangeStrstringa range of cells to apply a style to
styleobjectthe applied style
pagestringoptional, the name of the sheet

Example

$$("ssheet").setRangeStyle(rangeStr, style, "Sheet1");

Back to top
If you have not checked yet, be sure to visit site of our main product Webix web development library and page of javascript spreadsheet library product.