C1.Win.FlexGrid Namespace / C1FlexGridBase Class / FinishEditing Method / FinishEditing() Method

In This Topic
FinishEditing() Method
In This Topic
Finishes editing the current cell and takes the grid out of edit mode.
Syntax
'Declaration
 
Public Overloads Function FinishEditing() As Boolean
 

Return Value

True if the grid left edit mode successfully, false otherwise.
See Also