Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | get(index) | |
Gets a |
||
method | get(row, column) | |
Gets the |
||
method | get(cellName) | |
Gets the |
Method Summary | ||
---|---|---|
method | add(row, column) | |
Adds a |
||
method | add(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | add(cellName) | |
Add a cell smart tags. | ||
method | clear() | → inherited from CollectionBase |
method | contains(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | get(index) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | indexOf(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | iterator() | → inherited from CollectionBase |
method | removeAt(index) | → inherited from CollectionBase |
Property Getters/Setters Detail |
---|
getCount : int | |
int getCount() |
get : SmartTagCollection | |
SmartTagCollection get(index) |
index
- The index of the get : SmartTagCollection | |
SmartTagCollection get(row, column) |
row
- The row index of the cell.column
- The column index of the cellget : SmartTagCollection | |
SmartTagCollection get(cellName) |
cellName
- The name of the cell.Method Detail |
---|
add | |
int add(row, column) |
row: int
- The row of the cell.column: int
- The column of the cell.add | |
int add(cellName) |
cellName: String
- The name of the cell.clear | |
clear() |
removeAt | |
removeAt(index) |
iterator | |
Iterator iterator() |
get | |
Object get(index) |
contains | |
boolean contains(value) |
add | |
int add(value) |
indexOf | |
int indexOf(value) |