NiceGrid icon indicating copy to clipboard operation
NiceGrid copied to clipboard

I want to change the background color of the cell.

Open minias opened this issue 5 years ago • 0 comments

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; // ???

minias avatar Jul 24 '19 02:07 minias