Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / BinaryOperatorExpression Class / ContainsMixedReference Method


In This Topic
    ContainsMixedReference Method (BinaryOperatorExpression)
    In This Topic
    Gets a value indicating whether the expression contains both of relative reference and absolute reference.
    Syntax
    'Declaration
     
    
    Public Function ContainsMixedReference() As Boolean
    'Usage
     
    
    Dim instance As BinaryOperatorExpression
    Dim value As Boolean
     
    value = instance.ContainsMixedReference()
    public bool ContainsMixedReference()
    See Also