Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 824 Bytes

Project.Application.OutlineHideSubTasks.md

File metadata and controls

43 lines (27 loc) · 824 Bytes
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.OutlineHideSubTasks method (Project)
vbapj.chm2020
vbapj.chm2020
project-server
Project.Application.OutlineHideSubTasks
79e79b71-aa4d-eb17-7f27-96d4dd382547
06/08/2017
medium

Application.OutlineHideSubTasks method (Project)

Hides the subtasks of the selected task or tasks.

Syntax

expression. OutlineHideSubTasks

expression A variable that represents an Application object.

Return value

Boolean

Example

The following example collapses the entire outline of the first task.

Sub OutlineHideAllSubtasks() 
 ActiveProject.Tasks(1).OutlineHideSubtasks 
End Sub

[!includeSupport and feedback]