'Declaration
Public Overridable Function BeginEdit( _ ByVal selectAll As System.Boolean _ ) As System.Boolean
'Usage
Dim instance As NDataGridView Dim selectAll As System.Boolean Dim value As System.Boolean value = instance.BeginEdit(selectAll)
public virtual System.bool BeginEdit( System.bool selectAll )
Parameters
- selectAll