Share via


Application.SetTitleRowHeight Method

Project Developer Reference

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.

See Also