Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / Expression Class / ContainsRelativeReference Method


In This Topic
    ContainsRelativeReference Method
    In This Topic
    Gets a value indicating whether the expression contains relative reference.
    Syntax
    'Declaration
     
    
    Public Function ContainsRelativeReference() As Boolean
    'Usage
     
    
    Dim instance As Expression
    Dim value As Boolean
     
    value = instance.ContainsRelativeReference()
    public bool ContainsRelativeReference()

    Return Value

    true if the expression contains relative reference; otherwise, false.
    See Also