PickerFields Interface
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.
A collection of PickerField objects. Each PickerField object represents a column definition of Picker dialog.
public interface class PickerFields : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C03E1-0000-0000-C000-000000000046")]
public interface PickerFields : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C03E1-0000-0000-C000-000000000046")>]
type PickerFields = interface
interface _IMsoDispObj
interface IEnumerable
Public Interface PickerFields
Implements _IMsoDispObj, IEnumerable
- Attributes
- Implements
Properties
Application |
Gets a Object object that represents the container application for the PickerFields object. |
Count |
Retrieves the count of the number of PickerField objects contained within the PickerFields collection. |
Creator |
Gets a 32-bit integer that indicates the application in which the PickerFields object was created. |
Item[Int32] |
Gets a PickerField object at the specified index. |
Methods
GetEnumerator() |
Returns an enumerator that iterates through the collection of PickerField objects. |