Ends the edit in the Cell.

Namespace: Dapfor.Net.Editors
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
void CloseCellControl(
	StopEditReason reason
)
Visual Basic
Sub CloseCellControl ( 
	reason As StopEditReason
)
Visual C++
void CloseCellControl(
	StopEditReason reason
)
F#
abstract CloseCellControl : 
        reason : StopEditReason -> unit 

Parameters

reason
Type: Dapfor.Net.Editors..::..StopEditReason
The reason.

See Also