Insert.3 |
Scroll |
Looks up the field number for the specified field ID and inserts it at the specified position.
Namespace: Therefore.API
Visual Basic Public Overridable Function Insert ( _ nIndex As Integer, _ strFieldID As String _ ) C# public virtual void Insert ( int nIndex, string strFieldID )
Parameters nIndex Zero-based index at which to insert the field.
strFieldID Field ID of the field to be added.
Return Value None. |
|
Requires Category The Category property must be set to a valid category before using this method. |