Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / StopEditing Method


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