Gets the value of field of the item at index itemIndex.

Namespace: TeaTime
Assembly: DiscreteLogics.TeaFiles (in DiscreteLogics.TeaFiles.dll) Version: 1.0.0.16 (1.0.0.16)

Syntax

public Object GetFieldValue(
	int itemIndex,
	Field field
)

Parameters

itemIndex
Type: System..::..Int32
Zero-based index of the item.
field
Type: TeaTime..::..Field
The field.

Return Value

The field value.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionThrown when one or more required arguments are null.

See Also