Spread WPF 17
GrapeCity.Excel Namespace / ICalculationProperty Interface / IsIterateCalculate Property


In This Topic
    IsIterateCalculate Property (ICalculationProperty)
    In This Topic
    Get or set a value indicating whether this instance is iterate calculation on.
    Syntax
    'Declaration
     
    Property IsIterateCalculate As Boolean
    'Usage
     
    Dim instance As ICalculationProperty
    Dim value As Boolean
     
    instance.IsIterateCalculate = value
     
    value = instance.IsIterateCalculate
    bool IsIterateCalculate {get; set;}

    Property Value

    true if this instance is iterate calculation on; otherwise, false.
    See Also