Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseCellType Class / StopEditing Method


In This Topic
    StopEditing Method (BaseCellType)
    In This Topic
    Stops the editing of a cell.
    Syntax
    'Declaration
     
    
    Public Overridable Function StopEditing() As Boolean
    'Usage
     
    
    Dim instance As BaseCellType
    Dim value As Boolean
     
    value = instance.StopEditing()
    public virtual bool StopEditing()
    See Also