SpreadsheetGear 2017
EndEdit Method (WorkbookView)






SpreadsheetGear.Windows.Forms Namespace > WorkbookView Class : EndEdit Method
Ends edit mode and commits any changes.
Syntax
'Declaration
 
Public Sub EndEdit() 
'Usage
 
Dim instance As WorkbookView
 
instance.EndEdit()
public void EndEdit()
public procedure EndEdit(); 
public function EndEdit();
public: void EndEdit(); 
public:
void EndEdit(); 
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

WorkbookView Class
WorkbookView Members