public function PHPExcel_Worksheet::setSelectedCell in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php \PHPExcel_Worksheet::setSelectedCell()
Selected cell
Parameters
string $pCoordinate Cell (i.e. A1):
Return value
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet.php, line 2323
Class
- PHPExcel_Worksheet
- PHPExcel_Worksheet
Code
public function setSelectedCell($pCoordinate = 'A1') {
return $this
->setSelectedCells($pCoordinate);
}