show / hide menu

MoveDown

This function is used to Move the particular value\item down the order, in controls such as Checkbox, Combo box, List box, Multi List box and Radio Button.

Syntax:

MoveDown(ControlName)

Control Name is the Display Name of the control, in which an item has to be moved down the order.

Example:

MoveDown(Listbox1.Value)

The function will move the selected item down the order.