Spread WPF 17
GrapeCity.Excel Namespace / IExcelFormula Interface / IsArrayFormula Property


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

    Property Value

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