ComponentOne Xamarin.iOS
SetCursor(Int32,Int32) Method


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class : SetCursor(Int32,Int32) Method
The row.
The column.
Sets the cursor of the grid to the specified row and column.
Syntax
'Declaration
 
Public Function SetCursor( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As Boolean
'Usage
 
Dim instance As GridBase
Dim row As Integer
Dim column As Integer
Dim value As Boolean
 
value = instance.SetCursor(row, column)
public bool SetCursor( 
   int row,
   int column
)

Parameters

row
The row.
column
The column.

Return Value

true if the operation succeeded
See Also

Reference

GridBase Class
GridBase Members