void Worksheet::repeatColumns (
integer $first_col
,
integer $last_col=NULL
)
Set the columns to repeat at the left hand side of each printed page.
integer $first_col - First column to repeat
integer $last_col - Last column to repeat. Optional.
This function can not be called statically.
Using repeatColumns()
<?php
?>