ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid 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