removeAt method

removeAt(index)

Removes a form field at the specified index.

removeAt(index: number)
ParameterTypeDescription
indexnumberThe zero-based index of the form field to remove.

Remarks

If there is a bookmark associated with the form field, the bookmark is not removed.

See Also