https://issues.apache.org/bugzilla/show_bug.cgi?id=49381
Summary: Documentation error - createFreezePane
Product: POI
Version: 3.6
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: HSSF
AssignedTo: [email protected]
ReportedBy: [email protected]
The documentation indicates that the last two arguments are column and row.
According to bug #47964, this is the correct order, however the method creates
a cell reference with the col/row backwards, causing the bottom of the
documentation to be true, which says the row comes before column (contradicting
the first line).
>From documentation:
================================================================
public void createFreezePane(int colSplit,
int rowSplit,
int leftmostColumn,
int topRow)
Creates a split (freezepane). Any existing freezepane or split pane is
overwritten.
Specified by:
createFreezePane in interface Sheet
Parameters:
colSplit - Horizonatal position of split.
rowSplit - Vertical position of split.
topRow - Top row visible in bottom pane
leftmostColumn - Left column visible in right pane.
--
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]