Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ICellType Interface / CancelEditing Method


In This Topic
    CancelEditing Method (ICellType)
    In This Topic
    Cancels cell editing.
    Syntax
    'Declaration
     
    
    Sub CancelEditing() 
    'Usage
     
    
    Dim instance As ICellType
     
    instance.CancelEditing()
    void CancelEditing()
    See Also