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