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


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

    Property Value

    The maximum change.
    See Also