Returns a collection containing text fields of the specified types.

Introduced: X14.

GetTextFields(TextFieldType)

public TextFieldCollection GetTextFields(TextFieldType fieldType);
Public Function GetTextFields(ByVal fieldType As TextFieldType) As TextFieldCollection

Parameters

Parameter Description
fieldType Specifies types of text fields. It can be a combination of the TextFieldType values.

Return Value

The return value is a collection of all fields of the specified types.