SmartTagSetting
Contents
[
Hide
]SmartTagSetting class
Represents all SmartTagCollection object in the worksheet.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | SmartTagCollection | Gets a SmartTagCollection object by the index. |
| Item (int, int) | SmartTagCollection | Gets the SmartTagCollection object of the cell. |
| Item (java.lang.String) | SmartTagCollection | Gets the SmartTagCollection object of the cell. |
Methods
| Name | Description |
|---|---|
| add | Adds a SmartTagCollection object to a cell. |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| indexOf | Reserved for internal use. |
SmartTagSetting.Count property
Type: int
SmartTagSetting.Item (int) property
Gets a SmartTagCollection object by the index.
Type: SmartTagCollection
SmartTagSetting.Item (int, int) property
Gets the SmartTagCollection object of the cell.
Type: SmartTagCollection
SmartTagSetting.Item (java.lang.String) property
Gets the SmartTagCollection object of the cell.
Type: SmartTagCollection
add(row, column) (1 of 3)
Adds a SmartTagCollection object to a cell.
| Parameter | Type | Description |
|---|---|---|
| row | int | The row of the cell. |
| column | int | The column of the cell. |
Returns: Returns index of a SmartTagCollection object in the worksheet.
add(cellName) (2 of 3)
Add a cell smart tags.
| Parameter | Type | Description |
|---|---|---|
| cellName | String | The name of the cell. |
add(value) (3 of 3)
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.