Column background color

Is there a way to set the background color of a column?  For instance after filtering to visual cue as to what column is filtered?

This can’t be set by API but next will work

grid.forEachRow(function(id){
    grid.cells(id,INDEX).setBgColor(“red”);
});