Aspose::Words::Fields::FormFieldCollection::Remove method

FormFieldCollection::Remove method

Removes a form field with the specified name.

void Aspose::Words::Fields::FormFieldCollection::Remove(const System::String &formField)
ParameterTypeDescription
formFieldconst System::String&The case-insensitive name of the form field to remove.

See Also