Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ISubEditor Interface / GetValue Method


In This Topic
    GetValue Method (ISubEditor)
    In This Topic
    Gets the value from the subeditor control.
    Syntax
    'Declaration
     
    
    Function GetValue() As Object
    'Usage
     
    
    Dim instance As ISubEditor
    Dim value As Object
     
    value = instance.GetValue()
    object GetValue()
    See Also