Spread Windows Forms 13.0 Product Documentation
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / Expression Class / ContainsHyperlink Method


In This Topic
    ContainsHyperlink Method
    In This Topic
    Determines whether this expression contains hyperlink function.
    Syntax
    'Declaration
     
    Public Function ContainsHyperlink() As Boolean
    'Usage
     
    Dim instance As Expression
    Dim value As Boolean
     
    value = instance.ContainsHyperlink()
    public bool ContainsHyperlink()

    Return Value

    true if this instance contains hyperlink function; otherwise, false.
    See Also