Property Getters/Setters Summary | ||
---|---|---|
function | getCount() | |
function | get(index) | |
Gets the |
Method Summary | ||
---|---|---|
function | add(value) | |
Reserved for internal use. |
||
function | add(name, startRow, startColumn, endRow, endColumn) | |
Adds a |
||
function | clear() | |
function | contains(value) | |
Reserved for internal use. |
||
function | get(index) | |
Reserved for internal use. |
||
function | indexOf(value) | |
Reserved for internal use. |
||
function | iterator() | |
function | removeAt(index) | |
function getCount()
function get(index)
index
- The zero based index of the element.function add(name, startRow, startColumn, endRow, endColumn)
name: String
- Range title. This is used as a descriptor, not as a named range definition.startRow: Number
- Start row index of the range.startColumn: Number
- Start column index of the range.endRow: Number
- End row index of the range.endColumn: Number
- End column index of the range.function clear()
function removeAt(index)
function iterator()
function get(index)
function contains(value)
function add(value)
function indexOf(value)