Aspose::Words::Fields::FormFieldCollection::RemoveAt method

FormFieldCollection::RemoveAt method

Removes a form field at the specified index.

void Aspose::Words::Fields::FormFieldCollection::RemoveAt(int32_t index)
ParameterTypeDescription
indexint32_tThe zero-based index of the form field to remove.

See Also