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


In This Topic
    ContainsRelativeReference Method (Expression)
    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()
    See Also