Bug 18446

Summary: Using Freeze panes and Split panes usng HSSF Ver 1.8 Dev
Product: POI Reporter: Vikranth <vgujjar>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED INVALID    
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: other   

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.