Returns or sets a long integer value that specifies the default height of the Row objects of the ActiveGantt Schedule Control, in pixels.

Syntax:
ActiveGanttVBCtl.RowHeight [= Long Value]
The RowHeight Property (Default Values Object) syntax has these parts:
| Part |
Description |
| ActiveGanttVBCtl |
An object expression that evaluates to an ActiveGantt Schedule Control. |
| Long Value |
A long integer value that determines the default height of Row objects in pixels. |
Remarks:
To set the minimum Row height use the MinColumnWidth property.
See Also:
AllowRowSize Property