void Worksheet::setPrintScale ( 
      
      
       integer $scale=100
      
      
                  
     )
Set the scale factor for the printed page. It turns off the "fit to page" option
        integer $scale -
        The optional scale factor. Defaults to 100
       
This function can not be called statically.
Using setPrintScale()
<?php
?>