Description
The size of the bottom margin of the DataWindow's header area. Header_Bottom_Margin is meaningful only when type is Grid or Tabular.
Applies to
Style keywords
Syntax
SyntaxFromSql:
Style ( Header_Bottom_Margin = value )
Parameter |
Description |
---|---|
value |
An integer specifying the size of the bottom margin of the header area in the units specified for the DataWindow. The bottom margin is the distance between the bottom of the header area and the last line of the header. |
Examples
SQLCA.SyntaxFromSQL(sqlstring, & 'Style(...Header_Bottom_Margin = 25 ...)', & errstring)