Spread Windows Forms 15.0
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
    public DateTime StartDate {get;}

    Property Value

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