ComponentOne Xamarin.Android
StartEditing Method (FlexGrid)


C1.Android.Grid Assembly > C1.Android.Grid Namespace > FlexGrid Class : StartEditing Method
The row index.
The column index.
Whether to stay in edit mode when the user presses the cursor keys.
Starts editing a specific cell.
Syntax
'Declaration
 
Public Overrides Function StartEditing( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   Optional ByVal fullEdit As Boolean _
) As Boolean
'Usage
 
Dim instance As FlexGrid
Dim row As Integer
Dim col As Integer
Dim fullEdit As Boolean
Dim value As Boolean
 
value = instance.StartEditing(row, col, fullEdit)
public override bool StartEditing( 
   int row,
   int col,
   bool fullEdit
)

Parameters

row
The row index.
col
The column index.
fullEdit
Whether to stay in edit mode when the user presses the cursor keys.
See Also

Reference

FlexGrid Class
FlexGrid Members