Returns a collection containing text fields of the specified types.
Introduced: X14.
public TextFieldCollection GetTextFields(TextFieldType fieldType);
Public Function GetTextFields(ByVal fieldType As TextFieldType) As TextFieldCollection
Parameter | Description |
---|---|
field |
Specifies types of text fields. It can be a combination of the Text |
The return value is a collection of all fields of the specified types.