MindFusion.Java Package Programmer's Guide
WorkbookView.endEdit Method
See Also
 






Completes the in-place editing operation, previously started by a call to beginEdit, and accepts or cancel the change.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public boolean endEdit (
    boolean acceptChanges
)

 Parameters

acceptChanges

true to accept in-place changes; otherwise, false.

 Return Value

false if remaining in edit mode due to validation event, or true otherwise.

 Remarks

endEdit returns false if inplaceEditEnding event handler prevents exiting edit mode.

 See Also

WorkbookView Members
WorkbookView Class
com.mindfusion.spreadsheet Namespace