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


In This Topic
    MaximunChange Property (ICalculationProperty)
    In This Topic
    Get or set the maximum change.
    Syntax
    'Declaration
     
    Property MaximunChange As Double
    'Usage
     
    Dim instance As ICalculationProperty
    Dim value As Double
     
    instance.MaximunChange = value
     
    value = instance.MaximunChange
    double MaximunChange {get; set;}

    Property Value

    The maximum change.
    See Also