Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcEvaluatorContext Class / ArrayFormulaMode Property


In This Topic
    ArrayFormulaMode Property
    In This Topic
    Gets a value indicating whether evaluate expression in array formula mode.
    Syntax
    'Declaration
     
    Public ReadOnly Property ArrayFormulaMode As Boolean
    'Usage
     
    Dim instance As CalcEvaluatorContext
    Dim value As Boolean
     
    value = instance.ArrayFormulaMode
    public bool ArrayFormulaMode {get;}

    Property Value

    true if evaluate expression in array formula mode]; otherwise, false.
    See Also