Hi,
Is it possible to hide or change the color of the lines in a worksheet?
Thanks,
Nicoleta
Hiding or changing color of gridlines in a worksheet
Re: Hiding or changing color of gridlines in a worksheet
Hello
You can turn off gridlines with this code:
You can turn off gridlines with this code:
Code: Select all
XLS[0].Options := XLS[0].Options - [soGridlines];
Lars Arvidsson, Axolot Data