Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorkbook Class / MaximumChange Property


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

    Property Value

    The value of maximum change.
    See Also