CTTable.GetField
Syntax
CTField GetField(int FieldNumber)
CTField GetField(String FieldName)
Parameters
Description
Retrieves a field by its number or name. The first field in the table is the field number zero.
Return
GetField() returns the field object.
See Also
GetFieldCount(), GetFieldNumber()