Todo List
PHPExcel_Worksheet_Protection
[line 138]
AutoFilter
[line 110]
Delete columns
[line 117]
Delete rows
[line 68]
Format cells
[line 75]
Format columns
[line 82]
Format rows
[line 89]
Insert columns
[line 103]
Insert hyperlinks
[line 96]
Insert rows
[line 54]
Objects
[line 159]
Password
[line 145]
Pivot tables
[line 61]
Scenarios
[line 124]
Select locked cells
[line 152]
Select unlocked cells
[line 47]
Sheet
[line 131]
Sort
PHPExcel_Worksheet_Protection __construct( )
Create a new PHPExcel_Worksheet_Protection
boolean getAutoFilter( )
Get AutoFilter
boolean getDeleteColumns( )
Get DeleteColumns
boolean getDeleteRows( )
Get DeleteRows
boolean getFormatCells( )
Get FormatCells
boolean getFormatColumns( )
Get FormatColumns
boolean getFormatRows( )
Get FormatRows
boolean getInsertColumns( )
Get InsertColumns
boolean getInsertHyperlinks( )
Get InsertHyperlinks
boolean getInsertRows( )
Get InsertRows
boolean getObjects( )
Get Objects
string getPassword( )
Get Password (hashed)
boolean getPivotTables( )
Get PivotTables
boolean getScenarios( )
Get Scenarios
boolean getSelectLockedCells( )
Get SelectLockedCells
boolean getSelectUnlockedCells( )
Get SelectUnlockedCells
boolean getSheet( )
Get Sheet
boolean getSort( )
Get Sort
boolean isProtectionEnabled( )
Is some sort of protection enabled?
void setAutoFilter( [boolean $pValue = false])
Set AutoFilter
void setDeleteColumns( [boolean $pValue = false])
Set DeleteColumns
void setDeleteRows( [boolean $pValue = false])
Set DeleteRows
void setFormatCells( [boolean $pValue = false])
Set FormatCells
void setFormatColumns( [boolean $pValue = false])
Set FormatColumns
void setFormatRows( [boolean $pValue = false])
Set FormatRows
void setInsertColumns( [boolean $pValue = false])
Set InsertColumns
void setInsertHyperlinks( [boolean $pValue = false])
Set InsertHyperlinks
void setInsertRows( [boolean $pValue = false])
Set InsertRows
void setObjects( [boolean $pValue = false])
Set Objects
void setPassword( [string $pValue = ''], [boolean $pAlreadyHashed = false])
Set Password
void setPivotTables( [boolean $pValue = false])
Set PivotTables
void setScenarios( [boolean $pValue = false])
Set Scenarios
void setSelectLockedCells( [boolean $pValue = false])
Set SelectLockedCells
void setSelectUnlockedCells( [boolean $pValue = false])
Set SelectUnlockedCells
void setSheet( [boolean $pValue = false])
Set Sheet
void setSort( [boolean $pValue = false])
Set Sort
void __clone( )
Implement PHP __clone to create a deep clone, not just a shallow copy.