'DeclarationPublic Overloads Overridable Function GoToDownCell( _ ByVal currentCell As DataGridCell, _ ByVal shift As Boolean, _ ByVal ctrl As Boolean _ ) As Boolean
public virtual bool GoToDownCell( DataGridCell currentCell, bool shift, bool ctrl )
Parameters
- currentCell
 - The current cell.
 - shift
 - if set to 
trueact as if the shift key were pressed. - ctrl
 - if set to 
trueact as if the ctrl key were pressed.