Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseCellType Class / GetEditorValue Method


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