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