void Worksheet::printArea (
integer $first_row
,
integer $first_col
,
integer $last_row
,
integer $last_col
)
Set the area of each worksheet that will be printed.
integer $first_row
-
First row of the area to print
integer $first_col
-
First column of the area to print
integer $last_row
-
Last row of the area to print
integer $last_col
-
Last column of the area to print
This function can not be called statically.
Using printArea()
<?php
?>