Aspose::Cells::Range::AddHyperlink method

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)
ParameterTypeDescription
addressconst U16String&Address of the hyperlink.
textToDisplayconst U16String&The text to be displayed for the specified hyperlink.
screenTipconst U16String&The screenTip text for the specified hyperlink.

ReturnValue

Hyperlink object.

See Also

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)
ParameterTypeDescription
addressconst char16_t*Address of the hyperlink.
textToDisplayconst char16_t*The text to be displayed for the specified hyperlink.
screenTipconst char16_t*The screenTip text for the specified hyperlink.

ReturnValue

Hyperlink object.

See Also