Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.01 KB

Project.Application.CustomFieldValueListDelete.md

File metadata and controls

40 lines (25 loc) · 1.01 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.CustomFieldValueListDelete method (Project)
vbapj.chm42
vbapj.chm42
project-server
Project.Application.CustomFieldValueListDelete
f8c513b6-2aab-3e42-ca97-7f91f88f5b61
06/08/2017
medium

Application.CustomFieldValueListDelete method (Project)

Removes an item from the value list for a custom field.

Syntax

expression. CustomFieldValueListDelete( _FieldID_, _Index_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
FieldID Required Long The custom field. Can be one of the PjCustomField constants.
Index Required Integer The row number of the value list item to delete from the Value List dialog box.

Return value

Boolean

[!includeSupport and feedback]