Aspose::Cells::ExternalLink::AddExternalName method

ExternalLink::AddExternalName(const U16String&, const U16String&) method

Adds an external name.

void Aspose::Cells::ExternalLink::AddExternalName(const U16String &text, const U16String &referTo)
ParameterTypeDescription
textconst U16String&The text of the external name. If the external name belongs to a worksheet, the text should be as Sheet1!Text.
referToconst U16String&The referTo of the external name. It must be a cell or the range.

See Also

ExternalLink::AddExternalName(const char16_t*, const char16_t*) method

Adds an external name.

void Aspose::Cells::ExternalLink::AddExternalName(const char16_t *text, const char16_t *referTo)
ParameterTypeDescription
textconst char16_t*The text of the external name. If the external name belongs to a worksheet, the text should be as Sheet1!Text.
referToconst char16_t*The referTo of the external name. It must be a cell or the range.

See Also