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


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