piDogDataView.DataView.NavigateToNextCell

Scope: Public
Sub NavigateToNextCell(horizontalSpaces as integer = 1, verticalSpaces as Integer = 0, wrapToNextRow as Boolean = true, duration as double = -1)
Moves the selection to the next cell in the same manner as a Tab keypress would. The WillNavigateToCell Event will fire, allowing modification of the next cell in the sequence.