Static
$tStatic
nextGets or sets the text to display in the cell when the hyperlink is added to a worksheet, or null to use the target text.
Note: the display text will only get applied if the target cell has no value or a string value.
InvalidOperationException Occurs when isSealed is True.
ArgumentException Occurs when the specified value is longer than 2084 characters.
Gets the value indicating whether the hyperlink is sealed and cannot be modified.
Gets or sets the address of the cell or region on which the hyperlink resides.
InvalidOperationException Occurs when isSealed is True.
ArgumentNullException Occurs when the value assigned is null.
ArgumentException Occurs when the value assigned cannot be parsed as a cell or region address in the owning workbook's current cell reference mode.
Gets or sets the cell on which the hyperlink resides.
InvalidOperationException Occurs when isSealed is True.
ArgumentNullException Occurs when the value assigned is null.
ArgumentException Occurs when the value assigned is not on the same worksheet as the hyperlink.
Gets or sets the region on which the hyperlink resides.
InvalidOperationException Occurs when isSealed is True.
ArgumentNullException Occurs when the value assigned is null.
ArgumentException Occurs when the value assigned is not on the same worksheet as the hyperlink.
Gets or sets the target of the hyperlink, which can be a string, WorksheetCell, WorksheetRegion, or NamedReference instance. For bookmarks in an external document, separate the sub-address with a #, such as "File.xlsx#Sheet1!C3". For email addresses, use a target string with the format "mailto:joe@company.com" or "mailto:joe@company.com?subject=Email%20Subject".
InvalidOperationException Occurs when isSealed is True.
ArgumentException Occurs when the value assigned is not a string, WorksheetCell, WorksheetRegion, or NamedReference instance.
ArgumentException Occurs when the specified value is a string longer than 256 characters.
ArgumentException Occurs when the value assigned is a cell or region which is not from the same workbook as the owning workbook of the hyperlink.
Gets or sets the target address of the hyperlink. For bookmarks in an external document, separate the sub-address with a #, such as "File.xlsx#Sheet1!C3". For email addresses, use a target string with the format "mailto:joe@company.com" or "mailto:joe@company.com?subject=Email%20Subject".
InvalidOperationException Occurs when isSealed is True.
ArgumentException Occurs when the specified value is longer than 256 characters.
Gets or sets the target cell of the hyperlink.
InvalidOperationException Occurs when isSealed is True.
ArgumentException Occurs when the value assigned is a cell which is not from the same workbook as the owning workbook of the hyperlink.
Gets or sets the target named reference of the hyperlink.
InvalidOperationException Occurs when isSealed is True.
ArgumentException Occurs when the value assigned is a named reference which is not from the same workbook as the owning workbook of the hyperlink.
Gets or sets the target region of the hyperlink.
InvalidOperationException Occurs when isSealed is True.
ArgumentException Occurs when the value assigned is a region which is not from the same workbook as the owning workbook of the hyperlink.
Gets or sets the text to use in a tool tip when hovering over the source cell or region, or null to use the default tool tip.
InvalidOperationException Occurs when isSealed is True.
ArgumentException Occurs when the specified value is longer than 256 characters.
Static
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
reference
Represents a hyperlink for a cell or region.
See