Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / ScrollBar Class / SetPreciseValue Method


In This Topic
SetPreciseValue Method
In This Topic
Sets a numeric value that represents the current position of the scroll box on the scroll bar control.
Syntax
'Declaration
 
Public Function SetPreciseValue( _
   ByVal value As Double _
) As Boolean
 
'Usage
 
Dim instance As ScrollBar
Dim value As Double
Dim value As Boolean
 
value = instance.SetPreciseValue(value)

Parameters

value
See Also