Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBoxCellType Class / SetEditorValue Method
Value of the editor control (as object)


In This Topic
SetEditorValue Method (GcTextBoxCellType)
In This Topic
Sets the value of the editor control.
Syntax
'Declaration
 
Public Overrides Sub SetEditorValue( _
   ByVal value As Object _
) 
 
'Usage
 
Dim instance As GcTextBoxCellType
Dim value As Object
 
instance.SetEditorValue(value)

Parameters

value
Value of the editor control (as object)
See Also