ActiveXLS v6.4.0 API Documentation

ActiveXLS.Constants
Class HyperlinkType

System.Object
  extended byActiveXLS.Constants.HyperlinkType

public class HyperlinkType
extends System.Object

This class contains the hyperlink type constants


Constant Summary
const System.String CELL
          A constant indicating an internal hyperlink.
const System.String FILE
          A constant indicating a hyperlink to a file.
const System.String NOHYPERLINK
          A constant indicating that the HyperlinkType property has not been set yet.
const System.String UNC
          A constant indicating an UNC (Uniform Resource Locator) hyperlink.
const System.String UNKNOWN
          A constant indicating that the hyperlink type is unknown.
const System.String URL
          A constant indicating an URL hyperlink.
 
Constructor Summary
HyperlinkType()
           
   

Constant Detail

NOHYPERLINK

public const System.String NOHYPERLINK
A constant indicating that the HyperlinkType property has not been set yet. Embedded value is "nohyperlink".

See Also:
Constant Values

URL

public const System.String URL
A constant indicating an URL hyperlink. Embedded value is "url".

See Also:
Constant Values

FILE

public const System.String FILE
A constant indicating a hyperlink to a file. Embedded value is "file".

See Also:
Constant Values

UNC

public const System.String UNC
A constant indicating an UNC (Uniform Resource Locator) hyperlink. Embedded value is "unc".

See Also:
Constant Values

CELL

public const System.String CELL
A constant indicating an internal hyperlink. Embedded value is "cell".

See Also:
Constant Values

UNKNOWN

public const System.String UNKNOWN
A constant indicating that the hyperlink type is unknown. Embedded value is "unknown".

See Also:
Constant Values
Constructor Detail

HyperlinkType

public HyperlinkType()

Copyright 2009 On Time Computing Solutions