Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseCellType Class / ShowSubEditor Method


In This Topic
    ShowSubEditor Method (BaseCellType)
    In This Topic
    Shows the subeditor control associated with the cell.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ShowSubEditor() 
    'Usage
     
    
    Dim instance As BaseCellType
     
    instance.ShowSubEditor()
    public virtual void ShowSubEditor()
    See Also