SpreadsheetGear Namespace > IHyperlinks Interface : Add Method |
'Declaration
Function Add( _ ByVal anchor As IRange, _ ByVal address As System.String, _ ByVal subAddress As System.String, _ ByVal screenTip As System.String, _ ByVal textToDisplay As System.String _ ) As IHyperlink
'Usage
Dim instance As IHyperlinks Dim anchor As IRange Dim address As System.String Dim subAddress As System.String Dim screenTip As System.String Dim textToDisplay As System.String Dim value As IHyperlink value = instance.Add(anchor, address, subAddress, screenTip, textToDisplay)
IHyperlink Add( IRange anchor, System.string address, System.string subAddress, System.string screenTip, System.string textToDisplay )
function Add( anchor: IRange; address: System.String; subAddress: System.String; screenTip: System.String; textToDisplay: System.String ): IHyperlink;
function Add( anchor : IRange, address : System.String, subAddress : System.String, screenTip : System.String, textToDisplay : System.String ) : IHyperlink;
IHyperlink* Add( IRange* anchor, System.string* address, System.string* subAddress, System.string* screenTip, System.string* textToDisplay )
IHyperlink^ Add( IRange^ anchor, System.String^ address, System.String^ subAddress, System.String^ screenTip, System.String^ textToDisplay )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2