'Declaration
Public Function EndEdit( _ ByVal gridColumn As System.Windows.Forms.DataGridColumnStyle, _ ByVal rowNumber As System.Integer, _ ByVal shouldAbort As System.Boolean _ ) As System.Boolean
'Usage
Dim instance As NDataSeriesGrid Dim gridColumn As System.Windows.Forms.DataGridColumnStyle Dim rowNumber As System.Integer Dim shouldAbort As System.Boolean Dim value As System.Boolean value = instance.EndEdit(gridColumn, rowNumber, shouldAbort)
public System.bool EndEdit( System.Windows.Forms.DataGridColumnStyle gridColumn, System.int rowNumber, System.bool shouldAbort )
Parameters
- gridColumn
- rowNumber
- shouldAbort