FormFields
A collection of form fields.
FormFields Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of FormFields. |
| Item |
Object |
read |
Returns the FormField with the specified index or name as Long or String. |
FormFields Methods
| Method |
Returns |
Description |
| AnyItem |
Object |
Returns any FormField. |
| FirstItem |
Object |
Returns the first FormField. |
| ItemByID |
Object |
Returns the FormField with the specified ID. |
| ItemByRange |
Objects |
Returns the FormFields within the specified range. |
| LastItem |
Object |
Returns the last FormField. |
| MiddleItem |
Object |
Returns the middle FormField. |
| NextItem |
Object |
Returns the next FormField. |
| PreviousItem |
Object |
Returns the previous FormField. |
Previous post: GalleyPreference
Next post: FormField