[]
Searches Field with specified name, search is case sensitive.
public Field FindByName(string fieldName)
Public Function FindByName(fieldName As String) As Field
| Type | Name | Description |
|---|---|---|
| string | fieldName | The field's name. |
| Type | Description |
|---|---|
| Field | Returns found Field or null if not found. |