How to erase a cell BackgriundColour of the grid.

Hello all,

I want to know the way to erase the backgroundColour of a cell in the wx.Grid.grid.

I have used wx.NullColour but It doesn’t work.

Thank’s in adavance.

Russel

Just do a SetCellBackgroundColour(row, col, ‘white’) to reset to the default grid background color.

···

On Thursday, December 20, 2018 at 2:20:13 PM UTC-5, Russel Dempagoua wrote:

Hello all,

I want to know the way to erase the backgroundColour of a cell in the wx.Grid.grid.

I have used wx.NullColour but It doesn’t work.

Thank’s in adavance.

Russel