ACTIONROW
Returns the index of the row, which was selected before or after the current action.
Returns the index of the row, which was selected before or after the current action.
ACTIONROW(pointInTime)
pointInTime - defines if the index of the selected row before or after the current action should be returned - Value type: constant (optional, default value: after) Possible values are:
before - returns the index of the selected row before the action
after - returns the index of selected row after the action
If there is no selected row, e.g. if the function is called during an Fx action, the function returns 0.