FieldCollection module

class FieldCollection.FieldCollection

Bases: CollectionEx

A collection of fields.

get_Item(index: int) Field

Gets the field at the specified index.

Parameters:

index (int) – The index of the field.

Returns:

The field at the specified index.

Return type:

Field