add method
add
Add a cell smart tags.
Returns
def add(self, cell_name):
...
Parameter | Type | Description |
---|---|---|
cell_name | str | The name of the cell. |
add
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