Posted 7 December 2018, 4:30 pm EST
I see I can set a gradient on a cell in the Designer.
How can I set a cell gradient programatically?
Forums Home / Spread / Spread for WinForms
Posted by: craigreilly on 7 December 2018, 4:30 pm EST
Posted 7 December 2018, 4:30 pm EST
I see I can set a gradient on a cell in the Designer.
How can I set a cell gradient programatically?
Posted 10 December 2018, 7:39 am EST
Hi,
You can create a CellType and override its PaintCell method to draw the gradient.
Please see the attached sample for an example.
Regards,
Jitender