Forum Discussion
amarr1143l
11 years agoContributor
Hi,
Check objGridCell.Background.Color object.
tonydugay
11 years agoContributor
If that doesn't help you you could try something like this code snippet (which is looking at a table cell in this case): var pict = theTable.cell.Picture(); Log.Picture(pict); var pixel = pict.Pixels(1, 1); Log.Message(pixel); return pixel; This will give you the colour of the pixel