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