Spread Windows Forms 12.0 Product Documentation
SetEditorValue Method (GcNumberCellType)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcNumberCellType Class : SetEditorValue Method
Value of the editor control (as object)
Sets the value of the editor control.
Syntax
'Declaration
 
Public Overrides Sub SetEditorValue( _
   ByVal value As Object _
) 
'Usage
 
Dim instance As GcNumberCellType
Dim value As Object
 
instance.SetEditorValue(value)
public override void SetEditorValue( 
   object value
)

Parameters

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

Reference

GcNumberCellType Class
GcNumberCellType Members