Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / GetValueFromFreeFormat Method


In This Topic
    GetValueFromFreeFormat Method (SuperEditBase)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetValueFromFreeFormat() As Object
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As Object
     
    value = instance.GetValueFromFreeFormat()
    public virtual object GetValueFromFreeFormat()
    See Also