After doing some research I found that the following command in vb.net will not run
Me.sfDataGrid.MoveToCurrentCell(New RowColumnIndex(1, 0))
The RowColumnIndex has to be Syncfusion.WinForms.GridCommon.ScrollAxis.RowColumnIndex and then it runs fine.
Am I missing and import to get the first command to work?