Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IEditor Interface / SetEditorValue Method
Value of the editor control


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

    Parameters

    value
    Value of the editor control
    See Also