SpreadsheetGear 2017
LargeChange Property (IControlFormat)






SpreadsheetGear.Shapes Namespace > IControlFormat Interface : LargeChange Property
Gets or sets the large change amount for a scrollbar control.
Syntax
'Declaration
 
Property LargeChange As System.Double
'Usage
 
Dim instance As IControlFormat
Dim value As System.Double
 
instance.LargeChange = value
 
value = instance.LargeChange
System.double LargeChange {get; set;}
read-write property LargeChange: System.Double; 
function get,set LargeChange : System.double
__property System.double get_LargeChange();
__property void set_LargeChange( 
   System.double value
);
property System.double LargeChange {
   System.double get();
   void set (    System.double value);
}
Remarks
The value is truncated to an integer due to file format limitations. This may change in a future version.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IControlFormat Interface
IControlFormat Members
Min Property
Max Property
SmallChange Property