Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.18 KB

Project.Application.GanttBarStyleSlippage.md

File metadata and controls

45 lines (27 loc) · 1.18 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.GanttBarStyleSlippage method (Project)
vbapj.chm84
vbapj.chm84
project-server
Project.Application.GanttBarStyleSlippage
2c5ec6cd-d588-a43a-7b06-8338ecd8ae6e
06/08/2017
medium

Application.GanttBarStyleSlippage method (Project)

Shows or hides slippage for the specified baseline on Gantt bars of the active view.

Syntax

expression. GanttBarStyleSlippage( _Baseline_, _Show_ )

expression An expression that returns an Application object.

Parameters

Name Required/Optional Data type Description
Baseline Required Integer Specifies the baseline number. Valid values are 0 through 10.
Show Required Boolean If True, show the baseline slippage. If False, hide the baseline slippage.

Return value

Boolean

Remarks

On the Ribbon, the GanttBarStyleSlippage method corresponds to the Slippage drop-down list in the Bar Styles group on the Format tab for Gantt Chart Tools.

[!includeSupport and feedback]