Spread WPF 17
GrapeCity.Excel Namespace / CalculationProperty Class / IsIterateCalculate Property


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

    Property Value

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