The space between columns in the detail area of the DataWindow object. Horizontal_Spread is meaningful only when type is Grid or Tabular.
Style keywords
DataWindowSyntaxFromSql:
Style ( Horizontal_Spread = value )
Parameter |
Description |
---|---|
value |
An integer specifying the space between columns in the detail area of the DataWindow object area in the units specified for the DataWindow |
[Visual Basic] DWSyntaxGenerator.DataWindowSyntaxFromSql(myTrans, sqlstring, 'Style(...Horizontal_Spread = 25 ...)')