Version

Search Results

DisplayText Property

Gets or sets the text to display in the cell when the hyperlink is added to a worksheet, or null to use the target text. Syntax Exceptions Exception Description System.InvalidOperationException Occurs when IsSealed is True. System.ArgumentException Occurs when the specified value is longer than 2084 characters. Re...

IsSealed Property

Gets the value indicating whether the hyperlink is sealed and cannot be modified. Syntax

SourceAddress Property

Gets or sets the address of the cell or region on which the hyperlink resides. Syntax Exceptions Exception Description System.InvalidOperationException Occurs when IsSealed is True. System.ArgumentNullException Occurs when the value assigned is null. System.ArgumentException Occurs when the value assigned cannot b...

SourceCell Property

Gets or sets the cell on which the hyperlink resides. Syntax Exceptions Exception Description System.InvalidOperationException Occurs when IsSealed is True. System.ArgumentNullException Occurs when the value assigned is null. System.ArgumentException Occurs when the value assigned is not on the same worksheet as t...

SourceRegion Property

Gets or sets the region on which the hyperlink resides. Syntax Exceptions Exception Description System.InvalidOperationException Occurs when IsSealed is True. System.ArgumentNullException Occurs when the value assigned is null. System.ArgumentException Occurs when the value assigned is not on the same worksheet as...

Target Property

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 mail...

TargetAddress Property

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. Syntax Exceptions Exception Des...

TargetCell Property

Gets or sets the target cell of the hyperlink. Syntax Exceptions Exception Description System.InvalidOperationException Occurs when IsSealed is True. System.ArgumentException Occurs when the value assigned is a cell which is not from the same workbook as the owning workbook of the hyperlink.

TargetNamedReference Property

Gets or sets the target named reference of the hyperlink. Syntax Exceptions Exception Description System.InvalidOperationException Occurs when IsSealed is True. System.ArgumentException Occurs when the value assigned is a named reference which is not from the same workbook as the owning workbook of the hyperlink.