remove_at method
remove_at(index)
Removes a form field at the specified index.
def remove_at(self, index: int):
...
| Parameter | Type | Description |
|---|---|---|
| index | int | The 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
- module aspose.words.fields
- class FormFieldCollection