Spread Windows Forms 12.0 Product Documentation
IsA1Reference Property


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > FormulaEngine Class : IsA1Reference Property
Gets a value indicating whether the current parsing mode is A1 reference style.
Syntax
'Declaration
 
Public Property IsA1Reference As Boolean
'Usage
 
Dim instance As FormulaEngine
Dim value As Boolean
 
instance.IsA1Reference = value
 
value = instance.IsA1Reference
public bool IsA1Reference {get; set;}

Property Value

true if the current parsing mode is A1 reference style; otherwise, false.
See Also

Reference

FormulaEngine Class
FormulaEngine Members