GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / StopEditing Method


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