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


In This Topic
    StrictR1C1Boundary Method
    In This Topic
    All unbound ranges will be parsed as #REF! when we parse in R1C1 reference style.
    Syntax
    'Declaration
     
    
    Public Sub StrictR1C1Boundary() 
    'Usage
     
    
    Dim instance As FormulaEngine
     
    instance.StrictR1C1Boundary()
    public void StrictR1C1Boundary()
    See Also