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])

Beschreibung

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

Parameter

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Beispiel