SetEditorValue Method (BaseCellType)
Sets the value of the editor control.
public abstract void SetEditorValue(
object
)
'Declaration
Public MustOverride Sub SetEditorValue( _
ByVal As Object _
)
'Usage
Dim instance As BaseCellType
Dim value As Object
instance.SetEditorValue(value)
Parameters
- value
- Value of editor control (as object)