Search
Hyperlink.IsImplicit Property
See Also
 






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

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 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