Documentation for this section has not yet been entered.
When setting the BindingSource.Position property, out-of-range values are treated in the following manner:
Negative values are treated as 0.
Values greater than or equal to BindingSource.Count are treated as BindingSource.Count minus 1.
Changing the BindingSource.Position property will adjust the BindingSource.Current property likewise.