Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / FormulaEngine Class / IsA1Reference Property


In This Topic
    IsA1Reference Property
    In This Topic
    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