Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SpreadDropDownMonthCalendar Class / SetValue Method


In This Topic
    SetValue Method (SpreadDropDownMonthCalendar)
    In This Topic
    Sets a value for the specified SpreadDropDownMonthCalendar object.
    Syntax
    'Declaration
     
    
    Public Sub SetValue( _
       ByVal value As Object _
    ) 
    'Usage
     
    
    Dim instance As SpreadDropDownMonthCalendar
    Dim value As Object
     
    instance.SetValue(value)
    public void SetValue( 
       object value
    )

    Parameters

    value
    See Also