Uses of Class
org.apache.poi.ss.util.CellRangeAddressList
-
Packages that use CellRangeAddressList Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures.org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel org.apache.poi.ss.util -
-
Uses of CellRangeAddressList in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return CellRangeAddressList Modifier and Type Method Description CellRangeAddressList
DVRecord. getCellRangeAddress()
Constructors in org.apache.poi.hssf.record with parameters of type CellRangeAddressList Constructor Description DVRecord(int validationType, int operator, int errorStyle, boolean emptyCellAllowed, boolean suppressDropDownArrow, boolean isExplicitList, boolean showPromptBox, String promptTitle, String promptText, boolean showErrorBox, String errorTitle, String errorText, Ptg[] formula1, Ptg[] formula2, CellRangeAddressList regions)
-
Uses of CellRangeAddressList in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return CellRangeAddressList Modifier and Type Method Description CellRangeAddressList
HSSFDataValidation. getRegions()
Methods in org.apache.poi.hssf.usermodel with parameters of type CellRangeAddressList Modifier and Type Method Description DataValidation
HSSFDataValidationHelper. createValidation(DataValidationConstraint constraint, CellRangeAddressList cellRangeAddressList)
Constructors in org.apache.poi.hssf.usermodel with parameters of type CellRangeAddressList Constructor Description HSSFDataValidation(CellRangeAddressList regions, DataValidationConstraint constraint)
Constructor which initializes the cell range on which this object will be applied -
Uses of CellRangeAddressList in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return CellRangeAddressList Modifier and Type Method Description CellRangeAddressList
DataValidation. getRegions()
Methods in org.apache.poi.ss.usermodel with parameters of type CellRangeAddressList Modifier and Type Method Description DataValidation
DataValidationHelper. createValidation(DataValidationConstraint constraint, CellRangeAddressList cellRangeAddressList)
-
Uses of CellRangeAddressList in org.apache.poi.ss.util
Methods in org.apache.poi.ss.util that return CellRangeAddressList Modifier and Type Method Description CellRangeAddressList
CellRangeAddressList. copy()
-