Hiding or changing color of gridlines in a worksheet

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
Nicoleta
Posts: 3
Joined: Wed Oct 28, 2015 9:56 am

Hiding or changing color of gridlines in a worksheet

Post by Nicoleta »

Hi,
Is it possible to hide or change the color of the lines in a worksheet?

Thanks,
Nicoleta
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: Hiding or changing color of gridlines in a worksheet

Post by larsa »

Hello

You can turn off gridlines with this code:

Code: Select all

XLS[0].Options := XLS[0].Options - [soGridlines];
Lars Arvidsson, Axolot Data
Post Reply