Gets a value indicating whether the current parsing mode is A1 reference style.
public bool IsA1Reference {get; set;}
'Declaration
Public Property IsA1Reference As Boolean
'Usage
Dim instance As FormulaEngine
Dim value As Boolean
instance.IsA1Reference = value
value = instance.IsA1Reference
Property Value
true
if the current parsing mode is A1 reference style; otherwise,
false
.