Vertical_Spread

Description

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.

Applies to

Style keywords

Syntax

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

Examples

Example 1

[Visual Basic]
DWSyntaxGenerator.DataWindowSyntaxFromSql(myTrans, sqlstring,'Style(... Vertical_Spread=25...)')