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


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