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


In This Topic
    GetEditorValue Method (CurrencyCellType)
    In This Topic
    Gets the unformatted value in the editor control.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetEditorValue() As Object
    'Usage
     
    
    Dim instance As CurrencyCellType
    Dim value As Object
     
    value = instance.GetEditorValue()
    public virtual object GetEditorValue()
    See Also