Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ScrolledEventArgs Class / ScrolledEventArgs Constructor
The first (start) date in view.
The last (end) date in view.


In This Topic
ScrolledEventArgs Constructor
In This Topic
Initializes a new instance of the System.Windows.Forms.ScrollEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal start As Date, _
   ByVal end As Date _
)
 
'Usage
 
Dim start As Date
Dim end As Date
 
Dim instance As New ScrolledEventArgs(start, end)

Parameters

start
The first (start) date in view.
end
The last (end) date in view.
See Also