Page 1 of 1

Hiding or changing color of gridlines in a worksheet

Posted: Wed Oct 28, 2015 9:58 am
by Nicoleta
Hi,
Is it possible to hide or change the color of the lines in a worksheet?

Thanks,
Nicoleta

Re: Hiding or changing color of gridlines in a worksheet

Posted: Thu Oct 29, 2015 9:08 am
by larsa
Hello

You can turn off gridlines with this code:

Code: Select all

XLS[0].Options := XLS[0].Options - [soGridlines];