MindFusion.Wpf Pack Programmer's Guide
Hyperlink.IsImplicit Property
See Also
 





Gets a value indicating whether this hyperlink is created automatically by invoking the HYPERLINK function.

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

 Syntax

C#  Copy Code

public bool IsImplicit { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsImplicit As Boolean

 Property Value

true if the hyperlink is created as a result of the HYPERLINK evaluation; false if the hyperlink was created explicitly by a call to SetHyperlink.

 See Also

Hyperlink Members
Hyperlink Class
MindFusion.Spreadsheet.Wpf Namespace