Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IEditorSupport Interface / SubEditor Property


In This Topic
    SubEditor Property (IEditorSupport)
    In This Topic
    Gets the subeditor in the cell.
    Syntax
    'Declaration
     
    
    ReadOnly Property SubEditor As ISubEditor
    'Usage
     
    
    Dim instance As IEditorSupport
    Dim value As ISubEditor
     
    value = instance.SubEditor
    ISubEditor SubEditor {get;}
    See Also