mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-24 09:09:22 +00:00
Additional chart creation examples
This commit is contained in:
@@ -1900,7 +1900,12 @@ class PHPExcel_Worksheet implements PHPExcel_IComparable
|
||||
/**
|
||||
* Freeze Pane
|
||||
*
|
||||
* @param string $pCell Cell (i.e. A1)
|
||||
* @param string $pCell Cell (i.e. A2)
|
||||
* Examples:
|
||||
* A2 will freeze the rows above cell A2 (i.e row 1)
|
||||
* B1 will freeze the columns to the left of cell B1 (i.e column A)
|
||||
* B2 will freeze the rows above and to the left of cell A2
|
||||
* (i.e row 1 and column A)
|
||||
* @throws Exception
|
||||
* @return PHPExcel_Worksheet
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user