Spread Silverlight Documentation
MaximumChange Property (ExcelWorkbook)


GrapeCity.Excel Namespace > ExcelWorkbook Class : MaximumChange Property
Gets or sets the maximum change of the workbook.
Syntax
'Declaration
 
Public Property MaximumChange As System.Double
'Usage
 
Dim instance As ExcelWorkbook
Dim value As System.Double
 
instance.MaximumChange = value
 
value = instance.MaximumChange
public System.double MaximumChange {get; set;}

Property Value

The value of maximum change.
See Also

Reference

ExcelWorkbook Class
ExcelWorkbook Members