Method GetValueAtIndex
GetValueAtIndex(Int32)
Gets the value at the specified index.
Declaration
public FieldValue GetValueAtIndex(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | index | Zero-based index of the value. |
Returns
| Type | Description |
|---|---|
| FieldValue | The value at the index |
Exceptions
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | If
index is less than 0 or equal to or greater
than Count |