| Property Getters/Setters Summary | ||
|---|---|---|
function | getColumn() | |
| Gets the column of the cell smart tags. | ||
function | getCount() | |
function | getRow() | |
| Gets the row of the cell smart tags. | ||
function | get(index) | |
|
Gets a |
||
| Method Summary | ||
|---|---|---|
function | add(value) | → inherited from CollectionBase |
| Reserved for internal use. | ||
function | add(uri, name) | |
| Adds a smart tag. | ||
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 |
|---|
getRow : Number | |
function getRow() | |
getColumn : Number | |
function getColumn() | |
getCount : Number | |
function getCount() | |
get : SmartTag | |
function get(index) | |
index - The index.| Method Detail |
|---|
add | |
function add(uri, name) | |
uri: String - Specifies the namespace URI of the smart tagname: String - Specifies the name of the smart tag. 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) | |