Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CurrencyCellType Class / SetEditorValue Method


In This Topic
    SetEditorValue Method (CurrencyCellType)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Sub SetEditorValue( _
       ByVal value As Object _
    ) 
    'Usage
     
    
    Dim instance As CurrencyCellType
    Dim value As Object
     
    instance.SetEditorValue(value)
    public override void SetEditorValue( 
       object value
    )

    Parameters

    value
    See Also