Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SpreadDropDownMonthCalendar Class / GetValue Method


In This Topic
    GetValue Method (SpreadDropDownMonthCalendar)
    In This Topic
    Gets the current value.
    Syntax
    'Declaration
     
    
    Public Function GetValue() As Object
    'Usage
     
    
    Dim instance As SpreadDropDownMonthCalendar
    Dim value As Object
     
    value = instance.GetValue()
    public object GetValue()
    See Also