Method FindFormField
FindFormField(DomNode, string)
Finds a form field by its w:name, or returns null.
public static FormField? FindFormField(this DomNode root, string name)
Parameters
Returns
- FormField
The field, or null when no field carries that name.
Exceptions
- ArgumentNullException
rootornameis null.