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 
 

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 2010 The Apache Software Foundation or its licensors, as applicable.