piDogDataView.DataView.AddRows

Scope: Public
Sub AddRows(Titles() as string, rowtags() as Variant=nil)
Adds a list of rows with optional rowtags. Much faster to use during ExpandRow on a long list
Scope: Public
Sub AddRows(Rows() as Variant, rowtags() as Variant = nil)
Adds a list of rows with optional rowtags. Much faster to use during ExpandRow on a long list This version accepts an array of variants. These variants can each be an array of values as Variant to populate the cells