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
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 nPosition,
	ref SalNumber nMinRange,
	ref SalNumber nMaxRange
)

Parameters

nPosition
Type: PPJ.Runtime..::..SalNumber%
nMinRange
Type: PPJ.Runtime..::..SalNumber%
nMaxRange
Type: PPJ.Runtime..::..SalNumber%

Return Value

See Also