SetTitleRowHeight Method

Sets the title row height of the active view.

Syntax

expression**.SetTitleRowHeight(TitleHeight)**

*expression   *     Optional. An expression that returns an Application object.

TitleHeight    Optional Integer. The height of the title row of the active view.

Remarks

Using the SetTitleRowHeight method without specifying any arguments sets the title row height to the default height of the active view.

The SetTitleRowHeight method applies only to sheet views. Project returns a trappable error (error code 1100) in a non-sheet view such as the Network Diagram or Calendar view.

Applies to | Application Object