ComponentOne Xamarin.iOS
StartEditingAsync Method


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FlexGrid Class : StartEditingAsync Method
The row index.
The column index.
Whether to stay in edit mode when the user presses
Starts the editing of the specified cell asynchronously.
Syntax
'Declaration
 
<AsyncStateMachineAttribute(C1.iOS.Grid.FlexGrid/d__340)> 
Public Function StartEditingAsync( _ 
   ByVal row As Integer, _ 
   ByVal col As Integer, _ 
   Optional ByVal fullEdit As Boolean _ 
) As Task(Of Boolean)
'Usage
 
Dim instance As FlexGrid
Dim row As Integer
Dim col As Integer
Dim fullEdit As Boolean
Dim value As Task(Of Boolean)
 
value = instance.StartEditingAsync(row, col, fullEdit)
[AsyncStateMachine(C1.iOS.Grid.FlexGrid/d__340)] 
public Task<bool> StartEditingAsync( 
   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

Return Value

true if the editing started.
See Also

Reference

FlexGrid Class
FlexGrid Members