Spread for ASP.NET 12 Product Documentation
HyperLinkCellType Constructor(String)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > HyperLinkCellType Class > HyperLinkCellType Constructor : HyperLinkCellType Constructor(String)
URL to which to navigate when the hyperlink is clicked
Creates a new hyperlink cell with the specified destination URL.
Syntax
'Declaration
 
Public Function New( _
   ByVal url As String _
)
'Usage
 
Dim url As String
 
Dim instance As New HyperLinkCellType(url)
public HyperLinkCellType( 
   string url
)

Parameters

url
URL to which to navigate when the hyperlink is clicked
See Also

Reference

HyperLinkCellType Class
HyperLinkCellType Members
Overload List