Spread WinForms 15
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DropDownCalendar Class / GetValue Method


In This Topic
GetValue Method (DropDownCalendar)
In This Topic
Gets the value in the drop-down calendar.
Syntax
'Declaration
 
Public Function GetValue() As Object
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As Object
 
value = instance.GetValue()
See Also