PickerProperties.Remove Method

Removes a PickerProperty from the collection.

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

Syntax

'Declaration
Sub Remove ( _
    Id As String _
)
'Usage
Dim instance As PickerProperties
Dim Id As String

instance.Remove(Id)
void Remove(
    string Id
)

Parameters

See Also

Reference

PickerProperties Interface

PickerProperties Members

Microsoft.Office.Core Namespace