add method

add

Add a cell smart tags.

Returns

def add(self, cell_name):
    ...
ParameterTypeDescription
cell_namestrThe 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):
    ...
ParameterTypeDescription
rowintThe row of the cell.
columnintThe column of the cell.

See Also