CancelEdit Method

Cancels edit mode for the currently selected cell and discards any changes.

Syntax

Public Function CancelEdit() As Boolean

Applies To

Grid Object

Return Type

Boolean

Remarks

If the cancel was successful then return true; otherwise, return false.

See Also

BeginEdit Method, EndEdit Method