Hi Yong,
First you need to get the matrix object then you can call the function AddRow of Matrix.
Here is an example.
Dim oMatrix As SAPbouiCOM.Matrix
Set oMatrix = sboForm.Items.Item(i).Specific
oMatrix.AddRow
For more information, you can search UI Help or ask here.
Best Regards,
Nicky He
Add a comment