SmartTagPropertyCollection.Add

SmartTagPropertyCollection.Add method

Adds a property of cell’s smart tag.

public int Add(string name, string value)
ParameterTypeDescription
nameStringThe name of the property
valueStringThe value of the property.

Return Value

return SmartTagProperty

See Also