Application.CustomFieldValueListDelete Method
Project Developer Reference |
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
See Also