|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValidationHandle | |
|---|---|
| com.extentech.ExtenXLS | The ExtenXLS package contains the primary classes for working with spreadsheets. |
| Uses of ValidationHandle in com.extentech.ExtenXLS |
|---|
| Methods in com.extentech.ExtenXLS that return ValidationHandle | |
|---|---|
ValidationHandle |
WorkSheetHandle.createValidationHandle(String cellAddress,
byte valueType,
byte condition,
String errorBoxText,
String errorBoxTitle,
String promptBoxText,
String promptBoxTitle,
String firstCondition,
String secondCondition)
Create a validation handle for a cell/range |
ValidationHandle[] |
WorkSheetHandle.getAllValidationHandles()
Return all validation handles that refer to this worksheet |
ValidationHandle |
CellHandle.getValidationHandle()
Returns the validation handle for the cell. |
ValidationHandle |
WorkSheetHandle.getValidationHandle(String cellAddress)
Get a validation handle for the cell address passed in. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||