FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BarCodeCellType Class / SetEditorValue Method
Value object


In This Topic
SetEditorValue Method (BarCodeCellType)
In This Topic
Sets the value to the editor when it appears.
Syntax
'Declaration
 
Public Overrides Sub SetEditorValue( _
   ByVal value As Object _
) 
 
'Usage
 
Dim instance As BarCodeCellType
Dim value As Object
 
instance.SetEditorValue(value)

Parameters

value
Value object
See Also