Winnovative Excel Library

ExcelHyperlink Class

Winnovative Excel Library Documentation
Represents a hyperlink in the worksheet hyperlinks collection.
Inheritance Hierarchy

SystemObject
  Winnovative.ExcelLibExcelHyperlink

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public class ExcelHyperlink

The ExcelHyperlink type exposes the following members.

Properties

  NameDescription
Public propertyAddress
The target address to which this hyperlink points. The target address can be a URL (e.g. 'http://www.mysite.com' or 'maito://support@mysite.com'), a file or folder in the file system (e.g. 'file://C:\MyFolder' or 'file://C:\MyFolder\MyFile.txt' or file://\\MyServer\MyFolder) or a range adress from the same worksheet or another worksheet (e.g. 'MySheet!A1' or 'A1:B2' ) function of the hyperlink type. When the address is a range address, the name of the range cannot contain white spaces. You can define a named range if the target worksheet name contains spaces.
Public propertyName
Gets the name of the hyperlink.
Public propertyRange
Gets the range to which this hyperlink was attached.
Public propertySubAddress
Gets or sets the location inside the target document of the hyperlink.
Public propertyText
Gets or sets the text to be displayed for the hyperlink. If this property is not set the target address will be used for the displayed text.
Public propertyToolTip
Gets or sets the tooltip text for this hyperlink.
Public propertyType
Gets or sets the hyperlink type.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference