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