Sorts the rows of a table window based on the values in one of the table window's columns.

Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public SalBoolean SortRows(
	SalNumber colId,
	SalNumber order
)

Parameters

colId
Type: PPJ.Runtime..::..SalNumber
order
Type: PPJ.Runtime..::..SalNumber
TBL SortDecreasing or TBL_SortIncreasing

See Also