https://issues.apache.org/bugzilla/show_bug.cgi?id=49381

Giorgio Gallo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
           Platform|PC                          |All
            Version|3.6                         |3.7
         Resolution|FIXED                       |

--- Comment #2 from Giorgio Gallo <[email protected]> 2011-01-16 21:35:52 EST 
---

Hi guys, I dare to reopen this issue, as docs & implementation still don't seem
to agree in 1.7.


A1 B1 | C1
----------
A2 B2 | C2 // C2 is at col 2, row 1


According to the docs, in order to get a split at cell C2 I should use

    sheet.createFreezePane(2, 1, 2, 1);

but indeed that does not work as expected, while this one does

    sheet.createFreezePane(2, 1, 1, 2);

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to