determine background color bdcolor

Hello
Is there a programmatic way to loop the grid and determine the background and/or other attribute of a row/cell?

You may use the forEachRow function to iterate through the grid rows:
docs.dhtmlx.com/api__dhtmlxgrid_foreachrow.html
and the:
docs.dhtmlx.com/api__dhtmlxgrid_ … style.html
docs.dhtmlx.com/api__dhtmlxgrid_setrowcolor.html
to change the background color of the row/cell

thank you, but how do I get at a given attribute to test?