Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / CancelEditing Method


In This Topic
    CancelEditing Method (GcComboBoxCellType)
    In This Topic
    Cancel the editing of a cell.
    Syntax
    'Declaration
     
    
    Public Overrides Sub CancelEditing() 
    'Usage
     
    
    Dim instance As GcComboBoxCellType
     
    instance.CancelEditing()
    public override void CancelEditing()
    See Also