Worksheet::repeatRows

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

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

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

Description

Set the rows to repeat at the top of each printed page. See also the _store_name_xxxx() methods in Workbook.php

Parameter

Note

This function can not be called statically

Example