ArininAV

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 [, integer $last_col=NULL])

Описание

Set the columns to repeat at the left hand side of each printed page.

Параметр

Заметка

Эта функция не должна вызываться статически.

Пример