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

Description

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

Parameter

Note

This function can not be called statically.

Example