Is there a way set a particular cell in datatable as invalid

Hi is there anyway to manually set specific cell in datatable as invalid ?

try to use addCellCss method

this.addCellCss(4, "title", "webix_invalid");