Uses of Class
org.apache.poi.hssf.record.ExternSheetSubRecord

Packages that use ExternSheetSubRecord
org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. 
 

Uses of ExternSheetSubRecord in org.apache.poi.hssf.record
 

Methods in org.apache.poi.hssf.record that return ExternSheetSubRecord
 ExternSheetSubRecord ExternSheetRecord.getREFRecordAt(int elem)
          returns the REF record (ExternSheetSubRecord) * @param elem index to place * @return REF record
 

Methods in org.apache.poi.hssf.record with parameters of type ExternSheetSubRecord
 void ExternSheetRecord.addREFRecord(ExternSheetSubRecord rec)
          adds REF struct (ExternSheetSubRecord) * @param rec REF struct
 



Copyright © 2003 Apache Software Foundation.