GetFieldByIndex |
Scroll |
Gets an TheCategoryField object representing the field with the specified field number.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetFieldByIndex ( _ nIndex As Integer _ ) As TheCategoryField C# public virtual TheCategoryField GetFieldByIndex ( int nIndex )
Parameters nIndex Field number to look up.
Return Value An TheCategoryField object representing the field with the number specified in nIndex. |
Exception |
Condition |
Index Out Of Range |
nIndex is out of range (nIndex < 0 OR nIndex >= FieldCount) |