Returns a table window's current scroll position and range. The scroll position is the row number of the row that is currently at the top of the window. You set the table window range with SalTblSetRange and changes it when you insert or delete rows from the table window.

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 QueryScroll(
	ref SalNumber position,
	ref SalNumber minRange,
	ref SalNumber maxRange
)

Parameters

position
Type: PPJ.Runtime..::..SalNumber%
The scroll position.
minRange
Type: PPJ.Runtime..::..SalNumber%
The minimum table range.
maxRange
Type: PPJ.Runtime..::..SalNumber%
The maximum table range.

See Also