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