How to hide left-most column in simple grid

Is it possible to hide or delete the left-most column of sequential
row numbers in a simple grid? If I use the custom data table
(wx.grid.PyGridTableBase) this column does not appear, which is my
normal preference.

Thanks in advance.

I have discovered the answer to my question.
SetRowLabelSize(0) does the trick.

ยทยทยท

On Aug 16, 6:31 am, John Asnin <jas...@vtisp.com> wrote:

Is it possible to hide or delete the left-most column of sequential
row numbers in a simple grid? If I use the custom data table
(wx.grid.PyGridTableBase) this column does not appear, which is my
normal preference.

Thanks in advance.