Ohio |
The OhioFields type exposes the following members.
Name | Description | |
---|---|---|
Count | Gets the number of OhioField contained in the collection. | |
Item | Gets the OhioField object at the given index. "One based" indexing is used in all Ohio collections. For example, the first OhioField in this collection is at index 1. |
Name | Description | |
---|---|---|
FindByPosition | Searches the collection for the target position and returns the OhioField object containing that position. | |
FindByString | Searches the collection for the target string and returns the OhioField object containing that string. The string must be totally contained within the field to be considered a match. If the target string is not found, a null will be returned. | |
Refresh | Updates the collection of OhioField objects. All fields in the current virtual screen are added to the collection. Indexing of OhioField objects will not be preserved across refreshes. |