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


In This Topic
    SetEditorValue Method (ImageCellType)
    In This Topic
    Sets the value of the editor control (does nothing since this cell type does not support editing).
    Syntax
    'Declaration
     
    
    Public Overrides Sub SetEditorValue( _
       ByVal value As Object _
    ) 
    'Usage
     
    
    Dim instance As ImageCellType
    Dim value As Object
     
    instance.SetEditorValue(value)
    public override void SetEditorValue( 
       object value
    )

    Parameters

    value
    Value of editor control (as object)
    See Also