Spread WinForms 15
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()
See Also