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)
 

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



Copyright © 2003 Apache Software Foundation.