ExternalLink
AddExternalName Method
|
Adds an external name reference to the link conversion.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void AddExternalName(
string text,
string referTo
)
Public Sub AddExternalName (
text As String,
referTo As String
)
public:
void AddExternalName(
String^ text,
String^ referTo
)
member AddExternalName :
text : string *
referTo : string -> unit
Parameters
-
text
-
Type:
System
String
The text to be referenced.
-
referTo
-
Type:
System
String
The reference to which the text should be linked.
See Also