add method

add

Adds a property of cell’s smart tag.

Returns

return SmartTagProperty

def add(self, name, value):
    ...
ParameterTypeDescription
namestrThe name of the property
valuestrThe value of the property.

See Also