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
)
Public Sub SetAddress (
strAddress As String,
bSetText As Boolean
)
public:
void SetAddress(
String^ strAddress,
bool bSetText
)
member SetAddress :
strAddress : string *
bSetText : bool -> unit
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