PickerProperties.Add Method

Adds a PickerProperty object to the collection.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Function Add ( _
    Id As String, _
    Value As String, _
    Type As MsoPickerField _
) As PickerProperty
'Usage
Dim instance As PickerProperties
Dim Id As String
Dim Value As String
Dim Type As MsoPickerField
Dim returnValue As PickerProperty

returnValue = instance.Add(Id, Value, Type)
PickerProperty Add(
    string Id,
    string Value,
    MsoPickerField Type
)

Parameters

Return Value

Type: Microsoft.Office.Core.PickerProperty
Returns PickerProperty.

See Also

Reference

PickerProperties Interface

PickerProperties Members

Microsoft.Office.Core Namespace