Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseCellType Class / CancelEditing Method


In This Topic
CancelEditing Method (BaseCellType)
In This Topic
Cancels the editing of a cell.
Syntax
'Declaration
 
Public Overridable Sub CancelEditing() 
 
'Usage
 
Dim instance As BaseCellType
 
instance.CancelEditing()
See Also