Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 1.27 KB

Project.Application.GanttBarStyleDelete.md

File metadata and controls

54 lines (31 loc) · 1.27 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.GanttBarStyleDelete method (Project)
vbapj.chm2059
vbapj.chm2059
project-server
Project.Application.GanttBarStyleDelete
3cac2b37-147c-f1bf-bc94-d2bc9bffa14b
06/08/2017
medium

Application.GanttBarStyleDelete method (Project)

Deletes a Gantt bar style from the active Gantt Chart.

Syntax

expression. GanttBarStyleDelete( _Item_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Item Required String String. The name or row number of the Gantt bar to delete from the Bar Styles dialog box.

Return value

Boolean

Remarks

To manually show the Bar Styles dialog box, click the Format tab under the Gantt Chart Tools tab. In the Bar Styles group, click Bar Styles in the Format drop-down list. The Bar Styles dialog box can contain up to 200 style entries.

Example

The following command deletes style number 41 in the Bar Styles dialog box.

GanttBarStyleDelete Item:="41"

[!includeSupport and feedback]