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(value) | |
Reserved for internal use. |
||
function | clear() | |
function | contains(value) | |
Reserved for internal use. |
||
function | get(index) | |
Reserved for internal use. |
||
function | getValidationInCell(row, column) | |
Gets the validation applied to given cell.
|
||
function | indexOf(value) | |
Reserved for internal use. |
||
function | iterator() | |
function | removeACell(row, column) | |
Removes all validation setting on the cell.
|
||
function | removeArea(ca) | |
Removes all validation setting on the range..
|
||
function | removeAt(index) | |
function getCount()
function get(index)
index
- The zero based index of the element.function add()
function add(ca)
ca: CellArea
- The area contains this validation.function removeACell(row, column)
row: Number
- The row index of the cell.column: Number
- The column index of the cell.function removeArea(ca)
ca: CellArea
- The range which contains the validations setting.function getValidationInCell(row, column)
row: Number
- The row index.column: Number
- The column index.function clear()
function removeAt(index)
function iterator()
function get(index)
function contains(value)
function add(value)
function indexOf(value)