PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
require_once "Spreadsheet/Excel/Writer.php";
void Worksheet::select ()
void Worksheet::select
Set this worksheet as a selected worksheet, i.e. the worksheet has its tab highlighted.
This function can not be called statically.
Example 37-1. Using select()