Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ISubEditor Interface / SetValue Method


In This Topic
    SetValue Method (ISubEditor)
    In This Topic
    Sets the value into the subeditor control.
    Syntax
    'Declaration
     
    
    Sub SetValue( _
       ByVal value As Object _
    ) 
    'Usage
     
    
    Dim instance As ISubEditor
    Dim value As Object
     
    instance.SetValue(value)
    void SetValue( 
       object value
    )

    Parameters

    value
    See Also