Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ButtonCellType Class / SetEditorValue Method
Object - value of the editor control


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

Parameters

value
Object - value of the editor control
Exceptions
ExceptionDescription
Specified value to set is not valid
See Also