Spread WinForms 15
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
See Also