The vertical space between columns in the detail area of the DataWindow object. Vertical_Spread is meaningful only when Type is Form (meaning the Freeform style). The Vertical_Size property determines when to start a new column.
Style keywords
DataWindowSyntaxFromSql:
Style ( Vertical_Spread = value )
Parameter |
Description |
---|---|
value |
An integer specifying the vertical 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(... Vertical_Spread=25...)')