add method
add(self, cell_name)
Add a cell smart tags.
Returns
def add(self, cell_name):
...
| Parameter | Type | Description |
|---|---|---|
| cell_name | System.String | The name of the cell. |
add(self, row, column)
Adds a SmartTagCollection object to a cell.
Returns
Returns index of a SmartTagCollection object in the worksheet.
def add(self, row, column):
...
| Parameter | Type | Description |
|---|---|---|
| row | int | The row of the cell. |
| column | int | The column of the cell. |
See Also
- module
aspose.cells.markup - class
SmartTagCollection - class
SmartTagSetting