Worksheet::repeatColumns

Worksheet::repeatColumns -- Set the columns to repeat at the left hand side of each printed page.

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Worksheet::repeatColumns (integer $first_col [, resource $last_col=NULL])

Description

Set the columns to repeat at the left hand side of each printed page. See also the _storeNames() methods in Workbook.php

Parameter

Note

This function can not be called statically

Example