'Declaration Public Enum CellHyperlinkTarget Inherits System.Enum
'Usage Dim instance As CellHyperlinkTarget
public enum CellHyperlinkTarget : System.Enum
'Declaration Public Enum CellHyperlinkTarget Inherits System.Enum
'Usage Dim instance As CellHyperlinkTarget
public enum CellHyperlinkTarget : System.Enum
| Member | Description |
|---|---|
| External | Indicates that the target location is an external url. |
| Internal | Indicates that the target location is a reference. |
| Invalid | Indicates that the target location is invalid. |
| None | Indicates that there is an internal error that the hyperlink function should not processes. |
System.Object
System.ValueType
System.Enum
GrapeCity.CalcEngine.CellHyperlinkTarget