Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Workbook Class / AutoRecalculation Property


In This Topic
    AutoRecalculation Property (Workbook)
    In This Topic
    Gets or sets a value that indicates whether to automatically recalculate.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Property AutoRecalculation As Boolean
    'Usage
     
    Dim instance As Workbook
    Dim value As Boolean
     
    instance.AutoRecalculation = value
     
    value = instance.AutoRecalculation
    [DefaultValue(true)]
    public bool AutoRecalculation {get; set;}

    Property Value

    true to automatically recalculate; otherwise, false.
    See Also