| Property Getters/Setters Summary | ||
|---|---|---|
function | getCount() | |
function | get(index) | |
Gets the field by the index.
|
||
function | get(row, column) | |
Gets the field by row and column index.
|
||
| Method Summary | ||
|---|---|---|
function | add(row, column, fieldType, format) | |
Adds a field.
|
||
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 | updateFieldsValue() | |
Update fields value to the cells.
|
||
function getCount()
function get(index)
index - The index.function get(row, column)
row - The row index.column - The column index.function add(row, column, fieldType, format)
row: Number - The row index.column: Number - The column index.fieldType: Number - A format: String - The number format of the field.function updateFieldsValue()
function clear()
function removeAt(index)
function iterator()
function get(index)
function contains(value)
function add(value)
function indexOf(value)