previousWorksheet::repeatRows (Previous) (Next) Worksheet::printAreanext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

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 )

Description

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

Parameter

  • integer $first_col - First column to repeat

  • integer $last_col - Last column to repeat. Optional.

Note

This function can not be called statically.

Example

Using repeatColumns()

<?php

?>
previousWorksheet::repeatRows (Previous) (Next) Worksheet::printAreanext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.