SetPrevRow Method

Description

Sets the row above the current (active) row as the new current (active) row in the design-time or run-time data table.

Note: If the current row is the first row in the data table, applying this method sets the last row in the data table as the new current row.

Syntax

DataTable.SetPrevRow

Example

The following example uses the SetPrevRow method to change the active row to the previous row in the global design-time or run-time data table.

DataTable.SetPrevRow