SmartTagSetting
Source: aspose.
Represents all SmartTagCollection object in the worksheet.
Methods
add(row, column) → Number
Adds a SmartTagCollection object to a cell.
Parameters
| Name | Type | Optional | Description |
|---|---|---|---|
|
row |
Number |
|
The row of the cell. |
|
column |
Number |
|
The column of the cell. |
- Returns
-
NumberReturns index of a SmartTagCollection object in the worksheet.
add(cellName) → Number
Add a cell smart tags.
Parameter
| Name | Type | Optional | Description |
|---|---|---|---|
|
cellName |
String |
|
The name of the cell. |
- Returns
-
Number
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index) → SmartTagCollection
Gets a SmartTagCollection object by the index.
Parameter
| Name | Type | Optional | Description |
|---|---|---|---|
|
index |
Number |
|
The index of the |
- Returns
get(row, column) → SmartTagCollection
Gets the SmartTagCollection object of the cell.
Parameters
| Name | Type | Optional | Description |
|---|---|---|---|
|
row |
Number |
|
The row index of the cell. |
|
column |
Number |
|
The column index of the cell |
- Returns
-
SmartTagCollectionReturns the SmartTagCollection object of the cell. Returns null if there is no any smart tags on the cell.
get(cellName) → SmartTagCollection
Gets the SmartTagCollection object of the cell.
Parameter
| Name | Type | Optional | Description |
|---|---|---|---|
|
cellName |
String |
|
The name of the cell. |
- Returns
-
SmartTagCollectionReturns 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.