Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.15 KB

Project.Application.SetTitleRowHeight.md

File metadata and controls

46 lines (27 loc) · 1.15 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.SetTitleRowHeight method (Project)
vbapj.chm2120
vbapj.chm2120
project-server
Project.Application.SetTitleRowHeight
7ee0d6db-9fd5-bcd4-e495-14d0a270ed99
06/08/2017
medium

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.

[!includeSupport and feedback]