Click or drag to resize

XlsHyperLink SetAddress Method

Returns or sets the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink.
Sets address property.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetAddress(
	string strAddress,
	bool bSetText
)

Parameters

strAddress
Type: System String
Address to set.
bSetText
Type: System Boolean
Indicates whether we should set Text property of the TopLeft cell with this hyperlink.
See Also