ComponentOne Xamarin.Android
StartEditingAsync Method


C1.Android.Grid Assembly > C1.Android.Grid Namespace > FlexGrid Class : StartEditingAsync Method
Syntax
'Declaration
 
<AsyncStateMachineAttribute(C1.Android.Grid.FlexGrid/d__339)> 
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.Android.Grid.FlexGrid/d__339)] 
public Task<bool> StartEditingAsync( 
   int row, 
   int col, 
   bool fullEdit 
)

Parameters

row
col
fullEdit
See Also

Reference

FlexGrid Class
FlexGrid Members