[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Renderer.HyperLinkRenderer.-ctor

HyperLinkRenderer Constructor

HyperLinkRenderer()

Creates a new hyperlink cell renderer control with no destination URL.

Declaration
public HyperLinkRenderer()
Public Sub New()

HyperLinkRenderer(string)

Creates a hyperlink cell renderer control with the specified destination URL.

Declaration
public HyperLinkRenderer(string url)
Public Sub New(url As String)
Parameters
Type Name Description
string url

Destination URL to which to navigate

HyperLinkRenderer(string, string)

Creates a hyperlink cell renderer control with the specified destination URL and image.

Declaration
public HyperLinkRenderer(string url, string imageUrl)
Public Sub New(url As String, imageUrl As String)
Parameters
Type Name Description
string url

URL to which to navigate as the destination of the hyperlink

string imageUrl

Path and file name of the picture to display in the hyperlink cell

HyperLinkRenderer(string, string, string)

Creates a hyperlink cell renderer control with the specified destination URL, image, and target window or frame.

Declaration
public HyperLinkRenderer(string url, string imageUrl, string target)
Public Sub New(url As String, imageUrl As String, target As String)
Parameters
Type Name Description
string url

URL to which to navigate as the destination of the hyperlink

string imageUrl

Path and file name of the picture to display in the hyperlink cell

string target

Target window or frame to display when the hyperlink is clicked