Click or drag to resize

ExcelHyperlinkType Enumeration

Represents the type of URL in a worksheet.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public enum ExcelHyperlinkType
Members
  Member nameValueDescription
Url0 The target of the hyperlink is an URL adress.
Range1 The target of the hyperlink is an Excel range.
See Also