Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnComboBoxCellType Class / SetEditorValue Method
Value of editor control (as object)


In This Topic
    SetEditorValue Method (MultiColumnComboBoxCellType)
    In This Topic
    Sets the value of the editor control.
    Syntax
    'Declaration
     
    
    Public Overrides Sub SetEditorValue( _
       ByVal value As Object _
    ) 
    'Usage
     
    
    Dim instance As MultiColumnComboBoxCellType
    Dim value As Object
     
    instance.SetEditorValue(value)
    public override void SetEditorValue( 
       object value
    )

    Parameters

    value
    Value of editor control (as object)
    Exceptions
    ExceptionDescription
    Specified value to set is not valid
    See Also