FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid 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
    public bool FinishEditing()

    Return Value

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