GrapeCity MultiRow Windows Forms Documentation
CancelEdit Method


Discards any changes for the currently selected cell but does not leave edit mode.
Syntax
<FeatureAttribute(Name="UIEdit", Version="v5.0")>
Public Function CancelEdit() As Boolean
Dim instance As GcMultiRow
Dim value As Boolean
 
value = instance.CancelEdit()
[Feature(Name="UIEdit", Version="v5.0")]
public bool CancelEdit()

Return Value

true if the cancel was successful; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GcMultiRow Class
GcMultiRow Members
BeginEdit Method
CommitEdit Method
CommitEdit(DataErrorContexts) Method
EndEdit Method
EndEdit(DataErrorContexts) Method

 

 


Copyright © GrapeCity, inc. All rights reserved.