Todo List
PHPExcel_Worksheet_SheetView
[line 45]
ZoomScale Valid values range from 10 to 400.
[line 54]
ZoomScaleNormal Valid values range from 10 to 400.
PHPExcel_Worksheet_SheetView __construct( )
Create a new PHPExcel_Worksheet_SheetView
int getZoomScale( )
Get ZoomScale
int getZoomScaleNormal( )
Get ZoomScaleNormal
void setZoomScale( [int $pValue = 100])
Set ZoomScale Valid values range from 10 to 400.
void setZoomScaleNormal( [int $pValue = 100])
void __clone( )
Implement PHP __clone to create a deep clone, not just a shallow copy.