Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / FormulaEngine Class / UnstrictR1C1Boundary Method


In This Topic
    UnstrictR1C1Boundary Method
    In This Topic
    Stops verifying whether the R1C1 reference is unbound or not.
    Syntax
    'Declaration
     
    
    Public Sub UnstrictR1C1Boundary() 
    'Usage
     
    
    Dim instance As FormulaEngine
     
    instance.UnstrictR1C1Boundary()
    public void UnstrictR1C1Boundary()
    See Also