FlexGrid for WinForms
FinishEditing() Method



Finishes editing the current cell and takes the grid out of edit mode.
Syntax
'Declaration
 
Public Overloads Function FinishEditing() As Boolean
'Usage
 
Dim instance As C1FlexGridBase
Dim value As Boolean
 
value = instance.FinishEditing()
public bool FinishEditing()
public:
bool FinishEditing(); 

Return Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback