Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextCellType Class / StopEditing Method


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