PHPExcel_Worksheet_Protection
category | PHPExcel |
---|---|
package | PHPExcel_Worksheet |
copyright | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
__clone()
__construct()
getAutoFilter() : boolean
boolean
getDeleteColumns() : boolean
boolean
getDeleteRows() : boolean
boolean
getFormatCells() : boolean
boolean
getFormatColumns() : boolean
boolean
getFormatRows() : boolean
boolean
getInsertColumns() : boolean
boolean
getInsertHyperlinks() : boolean
boolean
getInsertRows() : boolean
boolean
getObjects() : boolean
boolean
getPassword() : string
string
getPivotTables() : boolean
boolean
getScenarios() : boolean
boolean
getSelectLockedCells() : boolean
boolean
getSelectUnlockedCells() : boolean
boolean
getSheet() : boolean
boolean
getSort() : boolean
boolean
isProtectionEnabled() : boolean
boolean
setPassword(string $pValue, boolean $pAlreadyHashed) : \PHPExcel_Worksheet_Protection
string
boolean
If the password has already been hashed, set this to true
$_autoFilter : boolean
$_deleteColumns : boolean
$_deleteRows : boolean
$_formatCells : boolean
$_formatColumns : boolean
$_formatRows : boolean
$_insertColumns : boolean
$_insertHyperlinks : boolean
$_insertRows : boolean
$_objects : boolean
$_password : string
$_pivotTables : boolean
$_scenarios : boolean
$_selectLockedCells : boolean
$_selectUnlockedCells : boolean
$_sheet : boolean
$_sort : boolean