Spread Windows Forms 12.0 Product Documentation
CellHyperlinkTarget Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.CalcEngine Namespace : CellHyperlinkTarget Enumeration
Represents the target location of a cell which contains HYPERLINK function.
Syntax
'Declaration
 
Public Enum CellHyperlinkTarget 
   Inherits System.Enum
'Usage
 
Dim instance As CellHyperlinkTarget
public enum CellHyperlinkTarget : System.Enum 
Members
MemberDescription
ExternalIndicates that the target location is an external url.
InternalIndicates that the target location is a reference.
InvalidIndicates that the target location is invalid.
NoneIndicates that there is an internal error that the hyperlink function should not processes.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.CalcEngine.CellHyperlinkTarget

See Also

Reference

GrapeCity.CalcEngine Namespace