'Declaration Public Overridable Sub SetEditorValue( _ ByVal value As Object _ )
'Declaration
Public Overridable Sub SetEditorValue( _ ByVal value As Object _ )
'Usage Dim instance As EmptyCellType Dim value As Object instance.SetEditorValue(value)
'Usage
Dim instance As EmptyCellType Dim value As Object instance.SetEditorValue(value)
public virtual void SetEditorValue( object value )
EmptyCellType Class EmptyCellType Members