FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / TextCellType Class / CancelEditing Method


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