FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / MinimumDate Property


In This Topic
MinimumDate Property
In This Topic
Gets or sets the minimum date value allowed for user entry.
Syntax
'Declaration
 
Public Property MinimumDate As Date
 
'Usage
 
Dim instance As DateTimeCellType
Dim value As Date
 
instance.MinimumDate = value
 
value = instance.MinimumDate
See Also