Gets a table window's row header definition. The row header is a non-editable area on the left edge of a table window that displays information that you do not want to scroll off the screen as the user scrolls horizontally. A typical use is the display of row numbers.

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 QueryRowHeader(
	ref SalString title,
	SalNumber maxTitle,
	ref SalNumber width,
	ref SalNumber flags,
	ref SalWindowHandle column
)

Parameters

title
Type: PPJ.Runtime..::..SalString%
The title of the row header.
maxTitle
Type: PPJ.Runtime..::..SalNumber
The maximum length of the title.
width
Type: PPJ.Runtime..::..SalNumber%
The width of the row header in pixels.
flags
Type: PPJ.Runtime..::..SalNumber%
Row header attributes. Specify one of these: TBL_RowHdr_MarkEdits TBL_RowHdr_ShareColor TBL_RowHdr_Sizable TBL_RowHdr_Visible
column
Type: PPJ.Runtime..::..SalWindowHandle%
The column that the row header mirrors.

See Also