previousWorksheet::setFirstSheet (Previous) (Next) Worksheet::setColumnnext

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

Worksheet::protect

Worksheet::protect – ワークシートの保護フラグを設定する

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Worksheet::protect ( string $password )

Description

ワークシートの保護フラグを設定し、不慮の事故でファイルが 変更されてしまうことを防ぎます。また、セルの書式設定で「ロック」 「表示しない」が設定されている場合は、数式を隠します。

Parameter

  • string $password - シートを保護する際に使用するパスワード。

Note

This function can not be called statically.

Example

protect() の例

<?php

?>
previousWorksheet::setFirstSheet (Previous) (Next) Worksheet::setColumnnext

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.