Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ISubEditor Interface / SetValue Method


In This Topic
SetValue Method (ISubEditor)
In This Topic
Sets the value into the subeditor control.
Syntax
'Declaration
 
Sub SetValue( _
   ByVal value As Object _
) 
 
'Usage
 
Dim instance As ISubEditor
Dim value As Object
 
instance.SetValue(value)

Parameters

value
See Also