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

Packages that use DVRecord
org.apache.poi.hssf.record.aggregates record aggregates are not real "records" but collections of records that act as a single record. 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model Related Documentation For overviews, tutorials, examples, guides, and tool documentation, please see: Apache POI Project  
 

Uses of DVRecord in org.apache.poi.hssf.record.aggregates
 

Methods in org.apache.poi.hssf.record.aggregates with parameters of type DVRecord
 void DataValidityTable.addDataValidation(DVRecord dvRecord)
           
 

Uses of DVRecord in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return DVRecord
 DVRecord HSSFDataValidation.createDVRecord(HSSFSheet sheet)
           
 



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