GetFieldByFieldNo |
Scroll |
Gets an TheCategoryField object representing the field with the specified field number.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetFieldByFieldNo ( _ nFieldNo As Integer _ ) As TheCategoryField C# public virtual TheCategoryField GetFieldByFieldNo ( int nFieldNo )
Parameters nFieldNo Field number to look up.
Return Value An TheCategoryField object representing the field with the number specified in nFieldNo. |
Exception |
Condition |
Number Not Found |
nFieldNo is not found in the category definition. |