Aspose::Cells::ExternalLink::AddExternalName method
Contents
[
Hide
]ExternalLink::AddExternalName(const U16String&, const U16String&) method
Adds an external name.
void Aspose::Cells::ExternalLink::AddExternalName(const U16String &text, const U16String &referTo)
Parameter | Type | Description |
---|---|---|
text | const U16String& | The text of the external name. If the external name belongs to a worksheet, the text should be as Sheet1!Text. |
referTo | const U16String& | The referTo of the external name. It must be a cell or the range. |
See Also
- Class Vector
- Class U16String
- Class ExternalLink
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
text | const char16_t* | The text of the external name. If the external name belongs to a worksheet, the text should be as Sheet1!Text. |
referTo | const char16_t* | The referTo of the external name. It must be a cell or the range. |
See Also
- Class Vector
- Class ExternalLink
- Namespace Aspose::Cells
- Library Aspose.Cells for C++