Share via


PickerFields.Item Property

Gets a PickerField object at the specified index.

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

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Index As Integer _
) As PickerField
    Get
'Usage
Dim instance As PickerFields
Dim Index As Integer
Dim value As PickerField

value = instance(Index)
PickerField this[
    int Index
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Core.PickerField

See Also

Reference

PickerFields Interface

PickerFields Members

Microsoft.Office.Core Namespace