Spread for ASP.NET 11 Product Documentation
HyperLinkRenderer Constructor(String)


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

Parameters

url
Destination URL to which to navigate
Remarks
Initializes an instance of the HyperLinkRenderer class, with the specified destination URL.
See Also

Reference

HyperLinkRenderer Class
HyperLinkRenderer Members
Overload List
NavigateUrl Property