Worksheet::repeatRows

Worksheet::repeatRows -- Set the rows to repeat at the top of each printed page.

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Worksheet::repeatRows (integer $first_row [, integer $last_row=NULL])

Opis

Set the rows to repeat at the top of each printed page.

Parametr

Uwagi

Ta funkcja nie może być wywołana statycznie.

Przykład