Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / FormulaTextBox Class / IsArrayFormula Property


In This Topic
    IsArrayFormula Property (FormulaTextBox)
    In This Topic
    Gets or sets a value indicating whether the formula is array formula.
    Syntax
    'Declaration
     
    Public Property IsArrayFormula As Boolean
    'Usage
     
    Dim instance As FormulaTextBox
    Dim value As Boolean
     
    instance.IsArrayFormula = value
     
    value = instance.IsArrayFormula
    public bool IsArrayFormula {get; set;}

    Property Value

    true if formula is array formula; otherwise, false.
    See Also