'Declaration
Public Function EndNewRow( _ ByVal commitChanges As Boolean _ ) As Boolean
public bool EndNewRow( bool commitChanges )
Parameters
- commitChanges
- if set to
true
commit the changes.
Return Value
True, If the new row edit finished
true
commit the changes.
'Declaration
Public Function EndNewRow( _ ByVal commitChanges As Boolean _ ) As Boolean
public bool EndNewRow( bool commitChanges )
true
commit the changes.