Spread Windows Forms 12.0 Product Documentation
Target Property (CellHyperlinkData)


GrapeCity.Spreadsheet Assembly > GrapeCity.CalcEngine Namespace > CellHyperlinkData Structure : Target Property
Gets the target location of a cell which contains HYPERLINK function.
Syntax
'Declaration
 
Public ReadOnly Property Target As CellHyperlinkTarget
'Usage
 
Dim instance As CellHyperlinkData
Dim value As CellHyperlinkTarget
 
value = instance.Target
public CellHyperlinkTarget Target {get;}

Property Value

A CellHyperlinkTarget value represents the target location.
See Also

Reference

CellHyperlinkData Structure
CellHyperlinkData Members