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

?>