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

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

Worksheet::repeatColumns

Worksheet::repeatColumns – 印刷時に各ページの左側に表示する列を設定する

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

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

Description

印刷時に各ページの左側に表示する列 (訳注: 印刷タイトル - 列のタイトル) を設定します。

Parameter

  • integer $first_col - 繰り返す最初の列。

  • integer $last_col - 繰り返す最後の列。オプションです。

Note

This function can not be called statically.

Example

repeatColumns() の使用法

<?php

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

Download Documentation Last updated: Sun, 21 Jun 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.