Forums     Knowledge Base     OfficeWriter Online     
 
This documentation is for
OfficeWriter v3.0.4
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > ExcelApplication API > Hyperlink > Href

Href Property


C# Signature:

VB.NET Signature:


Description:

Sets or returns the hyperlink's href value.

Href is a read only property.



Examples:

[csharp]
// Get Href
string linkHref = link.Href;

// Set Href
link.Href = "http://www.softartisans.com";
[vbnet]
' Get Href
Dim linkHref As String = link.Href

' Set Href
link.Href = "http://www.softartisans.com"


Getter

Signature:

public String Href

Returns:

String The href of the hyperlink.



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.