Aspose::Cells::Range::AddHyperlink method
Contents
[
Hide
]Range::AddHyperlink(const U16String&, const U16String&, const U16String&) method
Adds a hyperlink to a specified cell or a range of cells.
Hyperlink Aspose::Cells::Range::AddHyperlink(const U16String &address, const U16String &textToDisplay, const U16String &screenTip)
Parameter | Type | Description |
---|---|---|
address | const U16String& | Address of the hyperlink. |
textToDisplay | const U16String& | The text to be displayed for the specified hyperlink. |
screenTip | const U16String& | The screenTip text for the specified hyperlink. |
ReturnValue
Hyperlink object.
See Also
- Class Hyperlink
- Class Vector
- Class U16String
- Class Range
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Range::AddHyperlink(const char16_t*, const char16_t*, const char16_t*) method
Adds a hyperlink to a specified cell or a range of cells.
Hyperlink Aspose::Cells::Range::AddHyperlink(const char16_t *address, const char16_t *textToDisplay, const char16_t *screenTip)
Parameter | Type | Description |
---|---|---|
address | const char16_t* | Address of the hyperlink. |
textToDisplay | const char16_t* | The text to be displayed for the specified hyperlink. |
screenTip | const char16_t* | The screenTip text for the specified hyperlink. |
ReturnValue
Hyperlink object.
See Also
- Class Hyperlink
- Class Vector
- Class Range
- Namespace Aspose::Cells
- Library Aspose.Cells for C++