Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DropDownCalendar Class / SetValue Method


In This Topic
    SetValue Method (DropDownCalendar)
    In This Topic
    Sets the value in the drop-down calendar.
    Syntax
    'Declaration
     
    
    Public Sub SetValue( _
       ByVal value As Object _
    ) 
    'Usage
     
    
    Dim instance As DropDownCalendar
    Dim value As Object
     
    instance.SetValue(value)
    public void SetValue( 
       object value
    )

    Parameters

    value
    See Also