piDogDataView.DataView.AddRow

Scope: Public
Sub AddRow(titles() as String)
Adds a new row to the list using an array of strings
Scope: Public
Sub AddRow(cells() as variant)
Adds a new row to the list using an array of variants
Scope: Public
Sub AddRow(ParamArray titles as Variant)
Adds a new row to the list