Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextCellType Class / ShowSubEditor Method


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