Uses of Class
org.apache.poi.ss.util.CellRangeAddressList
Packages that use CellRangeAddressList
Package
Description
Record package contains class representations for XLS binary strutures.
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of CellRangeAddressList in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return CellRangeAddressListConstructors in org.apache.poi.hssf.record with parameters of type CellRangeAddressListModifierConstructorDescriptionDVRecord
(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 CellRangeAddressListMethods in org.apache.poi.hssf.usermodel with parameters of type CellRangeAddressListModifier and TypeMethodDescriptionHSSFDataValidationHelper.createValidation
(DataValidationConstraint constraint, CellRangeAddressList cellRangeAddressList) Constructors in org.apache.poi.hssf.usermodel with parameters of type CellRangeAddressListModifierConstructorDescriptionHSSFDataValidation
(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 CellRangeAddressListMethods in org.apache.poi.ss.usermodel with parameters of type CellRangeAddressListModifier and TypeMethodDescriptionDataValidationHelper.createValidation
(DataValidationConstraint constraint, CellRangeAddressList cellRangeAddressList) -
Uses of CellRangeAddressList in org.apache.poi.ss.util
Methods in org.apache.poi.ss.util that return CellRangeAddressList -
Uses of CellRangeAddressList in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return CellRangeAddressListMethods in org.apache.poi.xssf.usermodel with parameters of type CellRangeAddressListModifier and TypeMethodDescriptionXSSFDataValidationHelper.createValidation
(DataValidationConstraint constraint, CellRangeAddressList cellRangeAddressList) Constructors in org.apache.poi.xssf.usermodel with parameters of type CellRangeAddressListModifierConstructorDescriptionXSSFDataValidation
(XSSFDataValidationConstraint constraint, CellRangeAddressList regions, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDataValidation ctDataValidation)