Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | get(index) | |
Gets the |
Method Summary | ||
---|---|---|
method | add() | |
Adds a data validation to the collection.
|
||
method | add(ca) | |
Adds a data validation to the collection.
|
||
method | add(value) | |
Reserved for internal use. |
||
method | clear() | |
method | contains(value) | |
Reserved for internal use. |
||
method | get(index) | |
Reserved for internal use. |
||
method | getValidationInCell(row, column) | |
Gets the validation applied to given cell.
|
||
method | indexOf(value) | |
Reserved for internal use. |
||
method | iterator() | |
method | removeACell(row, column) | |
Removes all validation setting on the cell.
|
||
method | removeArea(ca) | |
Removes all validation setting on the range..
|
||
method | removeAt(index) | |
int getCount()
Validation get(index)
index
- The zero based index of the element.int add()
int add(ca)
ca: CellArea
- The area contains this validation.removeACell(row, column)
row: int
- The row index of the cell.column: int
- The column index of the cell.removeArea(ca)
ca: CellArea
- The range which contains the validations setting.Validation getValidationInCell(row, column)
row: int
- The row index.column: int
- The column index.clear()
removeAt(index)
Iterator iterator()
Object get(index)
boolean contains(value)
int add(value)
int indexOf(value)