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


In This Topic
    GetEditorValue Method (BarCodeCellType)
    In This Topic
    Returns the text entered by the user in the editor control.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetEditorValue() As Object
    'Usage
     
    
    Dim instance As BarCodeCellType
    Dim value As Object
     
    value = instance.GetEditorValue()
    public override object GetEditorValue()
    See Also