Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / CustomDropCellType Class / SetEditorValue Method
Object with value


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

    Parameters

    value
    Object with value
    See Also