Completes the in-place editing operation, previously started by a call to BeginEdit, and accepts or cancel the change.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public void EndEdit ( |
Visual Basic
Copy Code
|
|---|
Public Sub EndEdit( _ |
true to accept in-place changes; otherwise, false.
See Also