$sheet
$sheet : boolean
Sheet
PHPExcel_Worksheet_Protection
setSheet(boolean  $pValue = false) : \PHPExcel_Worksheet_Protection
                Set Sheet
| boolean | $pValue | 
setObjects(boolean  $pValue = false) : \PHPExcel_Worksheet_Protection
                Set Objects
| boolean | $pValue | 
setScenarios(boolean  $pValue = false) : \PHPExcel_Worksheet_Protection
                Set Scenarios
| boolean | $pValue | 
setFormatCells(boolean  $pValue = false) : \PHPExcel_Worksheet_Protection
                Set FormatCells
| boolean | $pValue | 
setFormatColumns(boolean  $pValue = false) : \PHPExcel_Worksheet_Protection
                Set FormatColumns
| boolean | $pValue | 
setFormatRows(boolean  $pValue = false) : \PHPExcel_Worksheet_Protection
                Set FormatRows
| boolean | $pValue | 
setInsertColumns(boolean  $pValue = false) : \PHPExcel_Worksheet_Protection
                Set InsertColumns
| boolean | $pValue | 
setInsertRows(boolean  $pValue = false) : \PHPExcel_Worksheet_Protection
                Set InsertRows
| boolean | $pValue | 
setInsertHyperlinks(boolean  $pValue = false) : \PHPExcel_Worksheet_Protection
                Set InsertHyperlinks
| boolean | $pValue | 
setDeleteColumns(boolean  $pValue = false) : \PHPExcel_Worksheet_Protection
                Set DeleteColumns
| boolean | $pValue | 
setDeleteRows(boolean  $pValue = false) : \PHPExcel_Worksheet_Protection
                Set DeleteRows
| boolean | $pValue | 
setSelectLockedCells(boolean  $pValue = false) : \PHPExcel_Worksheet_Protection
                Set SelectLockedCells
| boolean | $pValue | 
setSort(boolean  $pValue = false) : \PHPExcel_Worksheet_Protection
                Set Sort
| boolean | $pValue | 
setAutoFilter(boolean  $pValue = false) : \PHPExcel_Worksheet_Protection
                Set AutoFilter
| boolean | $pValue | 
setPivotTables(boolean  $pValue = false) : \PHPExcel_Worksheet_Protection
                Set PivotTables
| boolean | $pValue | 
setSelectUnlockedCells(boolean  $pValue = false) : \PHPExcel_Worksheet_Protection
                Set SelectUnlockedCells
| boolean | $pValue | 
setPassword(string $pValue = '', boolean $pAlreadyHashed = false) : \PHPExcel_Worksheet_Protection
Set Password
| string | $pValue | |
| boolean | $pAlreadyHashed | If the password has already been hashed, set this to true  |