Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / CustomDropCellType Class / StopEditing Method


In This Topic
    StopEditing Method (CustomDropCellType)
    In This Topic
    Occurs when the user stops edit mode in the cell.
    Syntax
    'Declaration
     
    
    Public Overrides Function StopEditing() As Boolean
    'Usage
     
    
    Dim instance As CustomDropCellType
    Dim value As Boolean
     
    value = instance.StopEditing()
    public override bool StopEditing()
    See Also