Ends the editing state of the current cell and checks the modified value. If the value is valid ,the value is reserved and it returns true If the value is invalid ,the value is not reserved and it returns false

Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool EndEdit()
Public Function EndEdit As Boolean
public:
bool EndEdit()
member EndEdit : unit -> bool 

Return Value

Boolean

See Also