Property Getters/Setters Summary | ||
---|---|---|
function | getCount() | |
function | get(index) | |
Gets |
Method Summary | ||
---|---|---|
function | add(row, column, value) | |
Adds an input cell.
|
||
function | add(value) | |
Reserved for internal use. |
||
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 specific index in the listfunction add(row, column, value)
row: Number
- The row index of input cell.column: Number
- The column index of input cell.value: String
- The value of input cell.function clear()
function removeAt(index)
function iterator()
function get(index)
function contains(value)
function add(value)
function indexOf(value)