Posted 20 September 2019, 4:31 pm EST
Hi we are using the function ```
sheet.clear(0, 0, 1,1, GC.Spread.Sheets.SheetArea.viewport, GC.Spread.Sheets.StorageType.style)
Forums Home / Spread / SpreadJS
Posted by: adisa.craig on 20 September 2019, 4:31 pm EST
Posted 20 September 2019, 4:31 pm EST
Hi we are using the function ```
sheet.clear(0, 0, 1,1, GC.Spread.Sheets.SheetArea.viewport, GC.Spread.Sheets.StorageType.style)
Posted 20 September 2019, 4:44 pm EST
Sorry I found the solution by using ```
sheet.conditionalFormats.removeRuleByRange(sel.row, sel.col, sel.rowCount, sel.colCount);