_MSProject.CustomFieldValueListAdd Method

Definition

public bool CustomFieldValueListAdd (Microsoft.Office.Interop.MSProject.PjCustomField FieldID, object Value, object Description, object Phonetic, object Index, object FieldDefault);
abstract member CustomFieldValueListAdd : Microsoft.Office.Interop.MSProject.PjCustomField * obj * obj * obj * obj * obj -> bool
Public Function CustomFieldValueListAdd (FieldID As PjCustomField, Optional Value As Object, Optional Description As Object, Optional Phonetic As Object, Optional Index As Object, Optional FieldDefault As Object) As Boolean

Parameters

FieldID
PjCustomField
Value
Object
Description
Object
Phonetic
Object
Index
Object
FieldDefault
Object

Returns

Applies to