[]
        
(Showing Draft Content)

FarPoint.Web.Spread.HyperLinkCellType.-ctor

HyperLinkCellType Constructor

HyperLinkCellType()

Creates a new hyperlink cell with no destination URL.

Declaration
public HyperLinkCellType()
Public Sub New()

HyperLinkCellType(string)

Creates a new hyperlink cell with the specified destination URL.

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

URL to which to navigate when the hyperlink is clicked

HyperLinkCellType(string, string)

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

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

URL to which to navigate when the hyperlink is clicked

string imageUrl

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

HyperLinkCellType(string, string, string)

Creates a new hyperlink cell with the specified destination URL, image, and target.

Declaration
public HyperLinkCellType(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 when the hyperlink is clicked

string imageUrl

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

string target

String with hyperlink target window or frame