The size of the bottom margin of the DataWindow’s header area. Header_Bottom_Margin is meaningful only when type is Grid or Tabular.
Style keywords
DataWindowSyntaxFromSql:
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. |
[Visual Basic] DWSyntaxGenerator.DataWindowSyntaxFromSql(myTrans, sqlstring, 'Style(...Header_Bottom_Margin = 25 ...)')