PickerFields.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a PickerField object at the specified index.
public:
property Microsoft::Office::Core::PickerField ^ default[int] { Microsoft::Office::Core::PickerField ^ get(int Index); };
public Microsoft.Office.Core.PickerField this[int Index] { get; }
member this.Item(int) : Microsoft.Office.Core.PickerField
Default Public ReadOnly Property Item(Index As Integer) As PickerField
Parameters
- Index
- Int32
Specifies an integer representing the index of the PickerField.