piDogDataView.DataView.AddRowAt

Scope: Public
Sub AddRowAt(index as integer, s() as string, indent as integer = -1)
inserts a row into the list at index using an array of strings
Scope: Public
Sub AddRowAt(index as integer, s as string, indent as integer = -1)
inserts a row into the list at index
Scope: Public
Sub AddRowAt(index as integer, cells() as variant, indent as integer = -1)
inserts a row into the list at index using an array of variants