Returns the current range of visible rows in a 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 QueryVisibleRange(
	ref SalNumber minRange,
	ref SalNumber maxRange
)

Parameters

minRange
Type: PPJ.Runtime..::..SalNumber%
The first visible row.
maxRange
Type: PPJ.Runtime..::..SalNumber%
The last visible row.

See Also