Gets a value indicating whether this hyperlink is created automatically by invoking the HYPERLINK function.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool IsImplicit { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property IsImplicit As Boolean |
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