Begin to edit one cell
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic void BeginEdit(
	int row,
	int column
)
Public Sub BeginEdit ( 
	row As Integer,
	column As Integer
)
member BeginEdit : 
        row : int * 
        column : int -> unit 
Parameters
- row
 - Type: SystemInt32
Row to edit - column
 - Type: SystemInt32
Column to edit 
See Also