Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / InputManCellTypeBase Class / SetEditorValue Method
Value of editor control (as object)


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

    Parameters

    value
    Value of editor control (as object)
    See Also