Java org.apache.poi.hssf.usermodel HSSFDataValidation fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.hssf.usermodel HSSFDataValidation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.hssf.usermodel HSSFDataValidation.

The text is from its open source code.

Constructor

HSSFDataValidation(CellRangeAddressList regions, DataValidationConstraint constraint)
Constructor which initializes the cell range on which this object will be applied

Method