Identifies the cell in a table window with the focus.

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 QueryFocusCell(
	ref SalNumber rowNum,
	ref SalWindowHandle column
)

Parameters

rowNum
Type: PPJ.Runtime..::..SalNumber%
Focus row
column
Type: PPJ.Runtime..::..SalWindowHandle%
Focus column

Return Value

SalTableColumn

See Also