MindFusion.Wpf Pack Programmer's Guide
Cell.SetHyperlink Method
See Also
 





Sets a hyperlink, associated with this cell.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public void SetHyperlink (
    HyperlinkType type,
    string target,
    string subTarget
)

Visual Basic  Copy Code

Public Sub SetHyperlink( _
    type As HyperlinkType, _
    target As String, _
    subTarget As String _
)

 Parameters

type

The type of the hyperlink.

target

The hyperlink target.

subTarget

The hyperlink sub-target.

 Remarks

The hyperlink can be subsequently accessed and customized through the Hyperlink property.

 See Also

Cell Members
Cell Class
MindFusion.Spreadsheet.Wpf Namespace