Header_Top_Margin

Description

The size of the top margin of the DataWindow’s header area. Header_Top_Margin is meaningful only when type is Grid or Tabular.

Applies to

Style keywords

Syntax

SyntaxFromSql:

Style ( Header_Top_Margin = value )

Parameter

Description

value

An integer specifying the size of the top margin of the header area in the units specified for the DataWindow. The top margin is the distance between the top of the header area and the first line of the header.

Examples

Example 1

SQLCA.SyntaxFromSQL(sqlstring, &

'Style(...Header_Top_Margin = 500 ...)', errstring)