NiceGrid
NiceGrid copied to clipboard
I want to change the background color of the cell.
How do I change the background color of a cell in the Nice Grid?
NiceGrid1[1,1].cellcolor := clblue; //???
//or
NiceGrid1.Cells[1,1].Color := clblue; // ???