Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.41 KB

Project.Application.SetRowHeight.md

File metadata and controls

41 lines (26 loc) · 1.41 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.SetRowHeight method (Project)
vbapj.chm2118
vbapj.chm2118
project-server
Project.Application.SetRowHeight
bfa4a87b-9e9f-9937-4b9d-a7b26576a5da
06/08/2017
medium

Application.SetRowHeight method (Project)

Sets the height of the specified rows.

Syntax

expression. SetRowHeight( _Unit_, _Rows_, _UseUniqueID_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Unit Optional Integer The height of the rows, in lines. The maximum value for Unit is 20.
Rows Optional String The row(s) to select. The value for Rows can be a single row (for example, "5"), a range of rows (for example, "1-8"), a list of discontiguous rows (for example, "5,7-9,12"), or "ALL" to select every row. If Rows is not specified and an existing selection exists, the selection will be used. The default with no existing selection is to use the active row.
UseUniqueID Optional Boolean True if the value specified with Rows is the unique identification number(s) for resources or tasks. False if Rows specifies row numbers. The default value is False.

Return value

Boolean

[!includeSupport and feedback]