Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextCellType Class / SetEditorValue Method
Object that contains the edit control


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

Parameters

value
Object that contains the edit control
See Also