previousWorksheet::setHPagebreaks (Previous) (Next) Worksheet::setZoomnext

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

Worksheet::setVPagebreaks

Worksheet::setVPagebreaks – ワークシートに垂直方向の改ページを挿入する (印刷用)

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Worksheet::setVPagebreaks ( array $breaks )

Description

ワークシートに垂直方向の改ページを挿入します (印刷用です)。 改ページが挿入された場所の次の列で改ページされます。

Parameter

  • array $breaks - 垂直方向の改ページを含む配列。

Note

This function can not be called statically.

Example

setVPagebreaks() の使用法

<?php

?>
previousWorksheet::setHPagebreaks (Previous) (Next) Worksheet::setZoomnext

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.