Application.SetTitleRowHeight method (Project)

Sets the title row height of the active view.

Syntax

expression. SetTitleRowHeight( _TitleHeight_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
TitleHeight Optional Integer The height of the title row of the active view.

Return value

Boolean

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.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.