Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ProgressCellType Class / StopEditing Method


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