'Declaration
Public Overloads Function BeginEdit( _ ByVal rowIndex As Integer, _ ByVal columnIndex As Integer _ ) As Boolean
public bool BeginEdit( int rowIndex, int columnIndex )
Parameters
- rowIndex
- Index of the row.
- columnIndex
- Index of the column.
Return Value
True, if the edit began, otherwise False