Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorkbook Interface / MaximumChange Property


In This Topic
    MaximumChange Property (IExcelWorkbook)
    In This Topic
    Gets or sets the maximum change of the workbook.
    Syntax
    'Declaration
     
    Property MaximumChange As Double
    'Usage
     
    Dim instance As IExcelWorkbook
    Dim value As Double
     
    instance.MaximumChange = value
     
    value = instance.MaximumChange
    double MaximumChange {get; set;}

    Property Value

    The value of maximum change.
    See Also