Additional chart creation examples

This commit is contained in:
Mark Baker
2012-09-02 12:06:48 +01:00
parent 6f98d9dcb7
commit 13f227c4f2
13 changed files with 332 additions and 23 deletions
+6 -1
View File
@@ -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
*/