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: 6.0.8219.1880
Syntax
public OhioField FindByPosition(
	int pos
)

Parameters

pos  Int32
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

OhioField
Returns the field containing the target position.
Exceptions
ExceptionCondition
OhioExceptionInvalid position is specified.
See Also