add method

add(self, name, value)

Adds a property of cell’s smart tag.

Returns

return SmartTagProperty


def add(self, name, value):
    ...
ParameterTypeDescription
nameSystem.StringThe name of the property
valueSystem.StringThe value of the property.

See Also