Insert.2 |
Scroll |
Inserts the specified field number at the specified position.
Namespace: Therefore.API
Visual Basic Public Overridable Function Insert ( _ nIndex As Integer, _ nFieldNo As Integer _ ) C# public virtual void Insert ( int nIndex, int nFieldNo )
Parameters nIndex Zero-based index at which to insert the field number.
nFieldNo Field number to be added.
Return Value None. |
|