SpreadsheetGear 2017
SmallChange Property (Spinner)






SpreadsheetGear.Windows.Controls Namespace > Spinner Class : SmallChange Property
Syntax
'Declaration
 
<System.ComponentModel.BindableAttribute(True)>
<System.ComponentModel.CategoryAttribute("Behavior")>
Public Property SmallChange As System.Double
'Usage
 
Dim instance As Spinner
Dim value As System.Double
 
instance.SmallChange = value
 
value = instance.SmallChange
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Behavior")]
public System.double SmallChange {get; set;}
public read-write property SmallChange: System.Double; 
System.ComponentModel.BindableAttribute()
System.ComponentModel.CategoryAttribute("Behavior")
public function get,set SmallChange : System.double
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Behavior")]
public: __property System.double get_SmallChange();
public: __property void set_SmallChange( 
   System.double value
);
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Behavior")]
public:
property System.double SmallChange {
   System.double get();
   void set (    System.double value);
}
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

Spinner Class
Spinner Members