SmartTagSetting
SmartTagSetting class
Represents all SmartTagCollection object in the worksheet.
Methods
| Name | Description |
|---|---|
| add(row, column) | Adds a SmartTagCollection object to a cell. |
| add(cellName) | Add a cell smart tags. |
| add() | Reserved for internal use. |
| clear() | |
| contains() | Reserved for internal use. |
| get(index) | Gets a SmartTagCollection object by the index. |
| get(row, column) | Gets the SmartTagCollection object of the cell. |
| get(cellName) | Gets the SmartTagCollection object of the cell. |
| get() | Reserved for internal use. |
| getCount() | |
| indexOf() | Reserved for internal use. |
| iterator() | |
| removeAt() |
add(row, column)
Adds a SmartTagCollection object to a cell.
| Parameter | Type | Description |
|---|---|---|
| row | Number | The row of the cell. |
| column | Number | The column of the cell. |
Returns: Number — Number Returns index of a SmartTagCollection object in the worksheet.
add(cellName)
Add a cell smart tags.
| Parameter | Type | Description |
|---|---|---|
| cellName | String | The name of the cell. |
Returns: Number — Number
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index)
Gets a SmartTagCollection object by the index.
| Parameter | Type | Description |
|---|---|---|
| index | Number | The index of the |
Returns: SmartTagCollection — SmartTagCollection
get(row, column)
Gets the SmartTagCollection object of the cell.
| Parameter | Type | Description |
|---|---|---|
| row | Number | The row index of the cell. |
| column | Number | The column index of the cell |
Returns: SmartTagCollection — SmartTagCollection Returns the SmartTagCollection object of the cell. Returns null if there is no any smart tags on the cell.
get(cellName)
Gets the SmartTagCollection object of the cell.
| Parameter | Type | Description |
|---|---|---|
| cellName | String | The name of the cell. |
Returns: SmartTagCollection — SmartTagCollection Returns the SmartTagCollection object of the cell. Returns null if there is no any smart tags on the cell.
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.