[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.BaseCellType.SetEditorValue

SetEditorValue Method

SetEditorValue(object)

Sets the value of the editor control.

Declaration
public abstract void SetEditorValue(object value)
Public MustOverride Sub SetEditorValue(value As Object)
Parameters
Type Name Description
object value

Value of editor control (as object)

Implements