void Worksheet::setHeader (
string $string
,
float $margin=0.5
)
Set the page header caption and optional margin.
string $string
-
The header text
float $margin
-
optional head margin in inches.
This function can not be called statically.
Using setHeader()
<?php
?>