SmartTagCollection
Contents
[
Hide
]SmartTagCollection class
Represents all smart tags in the cell.
Properties
| Name | Type | Description |
|---|---|---|
| Row | int | Gets the row of the cell smart tags. |
| Column | int | Gets the column of the cell smart tags. |
| Count | int | |
| Item (int) | SmartTag | Gets a SmartTag object at the specific index |
Methods
| Name | Description |
|---|---|
| add | Adds a smart tag. |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| indexOf | Reserved for internal use. |
SmartTagCollection.Row property
Gets the row of the cell smart tags.
Type: int
SmartTagCollection.Column property
Gets the column of the cell smart tags.
Type: int
SmartTagCollection.Count property
Type: int
SmartTagCollection.Item (int) property
Gets a SmartTag object at the specific index
Type: SmartTag
add(uri, name) (1 of 2)
Adds a smart tag.
| Parameter | Type | Description |
|---|---|---|
| uri | String | Specifies the namespace URI of the smart tag |
| name | String | Specifies the name of the smart tag. |
Returns: The index of smart tag in the list.
add(value) (2 of 2)
Reserved for internal use.
clear()
removeAt(index)
iterator()
get(index)
Reserved for internal use.
contains(value)
Reserved for internal use.
indexOf(value)
Reserved for internal use.