Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ScrolledEventArgs Class / StartDate Property


In This Topic
StartDate Property
In This Topic
Gets the first (start) date in value.
Syntax
'Declaration
 
Public ReadOnly Property StartDate As Date
 
'Usage
 
Dim instance As ScrolledEventArgs
Dim value As Date
 
value = instance.StartDate

Property Value

The System.DateTime value indicates the first (start) date in view.
See Also