Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / InputManCellTypeBase Class / GetEditorValue Method


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