Aspose::Cells::Markup::SmartTag::SetLink method

SmartTag::SetLink(const U16String&, const U16String&) method

Change the name and the namespace URI of the smart tag.

void Aspose::Cells::Markup::SmartTag::SetLink(const U16String &uri, const U16String &name)
ParameterTypeDescription
uriconst U16String&The namespace URI of the smart tag.
nameconst U16String&The name of the smart tag.

See Also

SmartTag::SetLink(const char16_t*, const char16_t*) method

Change the name and the namespace URI of the smart tag.

void Aspose::Cells::Markup::SmartTag::SetLink(const char16_t *uri, const char16_t *name)
ParameterTypeDescription
uriconst char16_t*The namespace URI of the smart tag.
nameconst char16_t*The name of the smart tag.

See Also