IDataGridEditingService::EndEdit Method (DataGridColumnStyle^, Int32, Boolean)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Ends the edit operation.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- gridColumn
-
Type:
System.Windows.Forms::DataGridColumnStyle^
The DataGridColumnStyle to edit.
- rowNumber
-
Type:
System::Int32
The number of the row to edit
- shouldAbort
-
Type:
System::Boolean
True if an abort operation is requested
If the value cannot be committed, the DataGridColumnStyle remains editable.
.NET Framework
Available since 1.1
Available since 1.1
Show: