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(validation) | |
Add a |
||
method | add(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | clear() | → inherited from CollectionBase |
method | contains(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | get(index) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | getValidationInCell(row, column) | |
Gets the validation applied to given cell. | ||
method | indexOf(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | iterator() | → inherited from CollectionBase |
method | removeACell(row, column) | |
Removes all validation setting on the cell. | ||
method | removeArea(ca) | |
Removes all validation setting on the range.. | ||
method | removeAt(index) | → inherited from CollectionBase |
Property Getters/Setters Detail |
---|
getCount : int | |
int getCount() |
get : Validation | |
Validation get(index) |
index
- The zero based index of the element.Method Detail |
---|
add | |
int add() |
add | |
int add(ca) |
ca: CellArea
- The area contains this validation.add | |
int add(validation) |
validation: Validation
- A validation object.removeACell | |
removeACell(row, column) |
row: int
- The row index of the cell.column: int
- The column index of the cell.removeArea | |
removeArea(ca) |
ca: CellArea
- The range which contains the validations setting.getValidationInCell | |
Validation getValidationInCell(row, column) |
row: int
- The row index.column: int
- The column index.clear | |
clear() |
removeAt | |
removeAt(index) |
iterator | |
Iterator iterator() |
get | |
Object get(index) |
contains | |
boolean contains(value) |
add | |
int add(value) |
indexOf | |
int indexOf(value) |