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