Worksheet::protect

Worksheet::protect -- Set the worksheet protection flag

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Worksheet::protect (string $password)

Opis

Set the worksheet protection flag to prevent accidental modification and to hide formulas if the locked and hidden format properties have been set.

Parametr

Uwagi

Ta funkcja nie może być wywołana statycznie.

Przykład