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


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