piDogDataView.DataView.AddChildRow

Scope: Public
Sub AddChildRow(ParentRow As integer, titles() as String)
Adds a new row to the list as a child of ParentRow using an array of strings
Scope: Public
Sub AddChildRow(ParentRow as integer, paramarray titles as String)
Adds a new row to the list as a child of ParentRow
Scope: Public
Sub AddChildRow(ParentRow As integer, cells() as variant)
Adds a new row to the list as a child of ParentRow using an array of variants