Bug 18446 - Using Freeze panes and Split panes usng HSSF Ver 1.8 Dev
Summary: Using Freeze panes and Split panes usng HSSF Ver 1.8 Dev
Status: RESOLVED INVALID
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-28 06:18 UTC by Vikranth
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vikranth 2003-03-28 06:18:07 UTC
I am trying to freeze panes and split panes. When I try to compile the code I 
get method createFreezePane  not found in HSSFSheet

    sheet.createFreezePane( 0, 1, 0, 1 );
This method is not there in the version 1.8  that I am trying to use. Can any 
one shed light on from which version is the above methods supported and from 
where can the classes be obtained.

Thanks 
Vikranth
Comment 1 Danny Mui 2003-03-28 16:24:26 UTC
only available in the 1.10 dev releases.