Spread WPF 17
GrapeCity.Excel Namespace / ExcelFormula Class / ArrayFormulaRange Property


In This Topic
    ArrayFormulaRange Property (ExcelFormula)
    In This Topic
    Gets or sets the array formula range.
    Syntax
    'Declaration
     
    Public Property ArrayFormulaRange As IRange
    'Usage
     
    Dim instance As ExcelFormula
    Dim value As IRange
     
    instance.ArrayFormulaRange = value
     
    value = instance.ArrayFormulaRange
    public IRange ArrayFormulaRange {get; set;}

    Property Value

    The array formula range.
    See Also