OhioFieldsFindByPosition Method |
Searches the collection for the target position and returns
the
OhioField object containing that position.
Namespace:
Flex.Hal.Ohio
Assembly:
Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax public OhioField FindByPosition(
int pos
)
Public Function FindByPosition (
pos As Integer
) As OhioField
Parameters
- pos
- Type: SystemInt32
The target position to get the field. For example, set this value to 0 to get the field for row 1 column 1.
Return Value
Type:
OhioFieldReturns the field containing the target position.
Exceptions See Also