Property Getters/Setters Summary | ||
---|---|---|
function | getCount() | |
function | get(index) | |
Gets a |
||
function | get(row, column) | |
Gets the |
||
function | get(cellName) | |
Gets the |
Method Summary | ||
---|---|---|
function | add(row, column) | |
Adds a |
||
function | add(value) | |
Reserved for internal use. |
||
function | add(cellName) | |
Add a cell smart tags.
|
||
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 index of the function get(row, column)
row
- The row index of the cell.column
- The column index of the cellfunction get(cellName)
cellName
- The name of the cell.function add(row, column)
row: Number
- The row of the cell.column: Number
- The column of the cell.function add(cellName)
cellName: String
- The name of the cell.function clear()
function removeAt(index)
function iterator()
function get(index)
function contains(value)
function add(value)
function indexOf(value)