Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.21 KB

Project.Application.InsertBlankRow.md

File metadata and controls

38 lines (23 loc) · 1.21 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.InsertBlankRow method (Project)
vbapj.chm2171
vbapj.chm2171
project-server
Project.Application.InsertBlankRow
1726e283-d242-53d4-d675-b9cb9d649d29
06/08/2017
medium

Application.InsertBlankRow method (Project)

Inserts a blank row above the selected task row or cell in a Gantt chart.

Syntax

expression. InsertBlankRow

expression An expression that returns an Application object.

Return value

Boolean

Remarks

The InsertBlankRow method corresponds to the Blank Row command in the Task drop-down list in the Insert group on the TASK tab on the ribbon. The blank row contains only a task ID number, where the empty Task Name cell is selected. Each task ID below the new row increases by one. Additional information for the new task can be added programmatically.

By comparison, the InsertTask method creates a task of the default task type, where the Task Name cell is selected with **<Type Task Name Here>**.

[!includeSupport and feedback]