remove_at method

remove_at(index)

Removes a form field at the specified index.

def remove_at(self, index: int):
    ...
ParameterTypeDescription
indexintThe 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