Click or drag to resize

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
)

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: OhioField
Returns the field containing the target position.
Exceptions
ExceptionCondition
OhioExceptionInvalid position is specified.
See Also