Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IEditor Interface / StopEditing Method


In This Topic
    StopEditing Method (IEditor)
    In This Topic
    Stops cell editing.
    Syntax
    'Declaration
     
    
    Function StopEditing() As Boolean
    'Usage
     
    
    Dim instance As IEditor
    Dim value As Boolean
     
    value = instance.StopEditing()
    bool StopEditing()
    See Also