FormFieldCollection class

FormFieldCollection class

A collection of FormField objects that represent all the form fields in a range. To learn more, visit the Working with Form Fields documentation article.

Properties

NameDescription
countReturns the number of form fields in the collection.
this[]
this[]

Methods

NameDescription
clear()Removes all form fields from this collection and from the document.
remove(formField)Removes a form field with the specified name.
removeAt(index)Removes a form field at the specified index.

See Also