Worksheet::hideGridlines

Worksheet::hideGridlines -- Set the option to hide gridlines on the printed page.

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Worksheet::hideGridlines ()

Description

Set the option to hide gridlines on the printed page.

Note

This function can not be called statically.

Example