[]
        
(Showing Draft Content)

C1.Blazor.Grid.FlexGrid.SetCursor

SetCursor Method

SetCursor(int, int)

Sets the cursor of the grid to the specified row and column.

Declaration
public bool SetCursor(int row, int column)
Parameters
Type Name Description
int row

The row.

int column

The column.

Returns
Type Description
bool

true if the operation succeeded