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

Area Property


C# Signature:

VB.NET Signature:


Description:

Returns the Area that the Hyperlink object is associated with. The set of cells that the Area object represents functions as a single hyperlink to the same href.

Area is a read only property.



Examples:

[csharp]
Area linkArea = link.Area;
[vbnet]
Dim linkArea As Area = link.Area


Getter

Signature:

public Area Area

Returns:

Area The Area the hyperlink is associated with.



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.