InsertRow

<< Click to Display Table of Contents >>

 

InsertRow

InsertRow([InsertAtRow])

Inserts a new Row on the Multisource Link table at the position indicated by the InsertAtRow parameter. This parameter is optional and, if omitted, inserts this new Row at the end of the Multisource Link table, which is equivalent of using the InsertAtRow parameter with the value -1 (minus one). If the informed value in InsertAtRow is not omitted and is different from -1 (minus one), this value must be between 1 (one) and Count and the new Row created shifts Rows with an index greater or equal to it toward ascending indexes.

Was this page useful?