Hi,
There is a way to paint a deteminated cell in the datagrid with the reflection... ?I need something like that:
sub PaintCell(rowIndex as Integer, colIndex as Integer, myColor as Color)
....
' code to fill with myColor the cell
....
end sub
Thank you.
Gianni.