ID:273451
 
I know it's possible to change the background color of a cell by using css, like so

winset(mob,"[PaneName].[GridName]","style='body{background-color:[rgb(R,G,B)]}'")
mob<<output("Blahblah","[PaneName].[GridName]:[cell_x],[cell_y]")


But I'm wondering if it's possible to change the color of the grid lines per cell? Like perhaps the lines along the bottom and right boundaries to the cell in question

I've tried looking around and tried different things like changing CSS border colors, but with no avail.