3.2.0

Getting rid of the row markers

I would like to get rid of the row markers (i.e 1, 2, 3, ..). is this possible?
Nicholas
January 28,
To get rid of the numbers use:

obj.setRowText("");

To remove the row headers column completely:

obj.setRowHeaderWidth("0px");
Alex (ActiveWidgets)
January 28,
Great! Thanks Alex.
Nicholas
January 28,
how do i remove the 3D look of the row markers? ie. i want the row markers to look like normal cells..
wonder
February 11,

This topic is archived.

See also:


Back to support forum