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

Packages that use BlankRecord
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
 

Uses of BlankRecord in org.apache.poi.hssf.model
 

Methods in org.apache.poi.hssf.model that return BlankRecord
 BlankRecord Sheet.createBlank(int row, short col)
          create a BLANK record (does not add it to the records contained in this sheet)
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.