Aspose::Cells::Markup::SmartTagCollection::Add method

SmartTagCollection::Add(const U16String&, const U16String&) method

Adds a smart tag.

int32_t Aspose::Cells::Markup::SmartTagCollection::Add(const U16String &uri, const U16String &name)
ParameterTypeDescription
uriconst U16String&Specifies the namespace URI of the smart tag
nameconst U16String&Specifies the name of the smart tag.

ReturnValue

The index of smart tag in the list.

See Also

SmartTagCollection::Add(const char16_t*, const char16_t*) method

Adds a smart tag.

int32_t Aspose::Cells::Markup::SmartTagCollection::Add(const char16_t *uri, const char16_t *name)
ParameterTypeDescription
uriconst char16_t*Specifies the namespace URI of the smart tag
nameconst char16_t*Specifies the name of the smart tag.

ReturnValue

The index of smart tag in the list.

See Also