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