Format a whole Sheet
Posted: Thu Aug 12, 2010 10:25 am
Hi
Is there a way to format a whole Sheet?
For example: A standard font or backgroundcolor.
This would work i guess but may be very slow
XLS.Sheet[0].Range.ItemsRef['A1:IV65536'].FontStyle := [xfsBold];
The file also would grow i guess.
... this isnt a very elegant way of doing it.
I need to format all Cells which are filled.
Is there a way to format a whole Sheet?
For example: A standard font or backgroundcolor.
This would work i guess but may be very slow
XLS.Sheet[0].Range.ItemsRef['A1:IV65536'].FontStyle := [xfsBold];
The file also would grow i guess.
... this isnt a very elegant way of doing it.
I need to format all Cells which are filled.