Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / DateDefault Property


In This Topic
    DateDefault Property (DateTimeCellType)
    In This Topic
    Gets or sets the default date for the control.
    Syntax
    'Declaration
     
    
    Public Overridable Property DateDefault As Date
    'Usage
     
    
    Dim instance As DateTimeCellType
    Dim value As Date
     
    instance.DateDefault = value
     
    value = instance.DateDefault
    public virtual DateTime DateDefault {get; set;}
    See Also