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 > Area > CreateHyperlink

CreateHyperlink Method



Signature:

public Hyperlink CreateHyperlink ( String href )

Description:

Creates a new hyperlink in the area pointing to the specified href. This hyperlink is automatically added to the worksheet. All cell values in the area will be converted to hyperlinks.

Parameters:

href     The hyperlink's destination.

Returns:

Hyperlink A Hyperlink object.

Examples:

[csharp]
Hyperlink link = a.CreateHyperlink("http://www.softartisans.com");
[vbnet]
Dim link As Hyperlink = a.CreateHyperlink("http://www.softartisans.com")



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.