| View previous topic :: View next topic |
| Author |
Message |
Babe Ruth
Joined: 18 Apr 2008 Posts: 6
|
Posted: Tue May 20, 2008 2:29 pm Post subject: Problems in $worksheet->hideGridLines(); |
|
|
I want to hide the gridlines of my spreadsheet. I am using this syntax:
$worksheet->hideGridLines();
It is not working. The description given to this function in PEAR Documentation is:
"Set the option to hide gridlines on the printed page."
Does not the printed page means the whole worksheet? What should I do to hide the the entire gridlines of the worksheet? |
|
| Back to top |
|
 |
Babe Ruth
Joined: 18 Apr 2008 Posts: 6
|
Posted: Thu Jun 05, 2008 11:26 am Post subject: Solved |
|
|
Instead of
$worksheet->hideGridLines();
it should be
$worksheet->hideScreenGridlines(); |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|