cancel
Showing results for 
Search instead for 
Did you mean: 

How to insert a row in between two existing rows in a matrix

Former Member
0 Kudos

Hi,

How to insert a row in between two existing rows in a matrix,

i tried with matrix.addrow(), but its getting replaced.

Accepted Solutions (1)

Accepted Solutions (1)

Nussi
Active Contributor
0 Kudos

Hi,

i use

oMatrix.AddRow(RowCount, Position)

and it works perfect !

lg David

Former Member
0 Kudos

thanks for u reply, problem solved, replacing occurred due to incorrect positioning

Answers (0)