method FaceTree.PutItems (Items as Variant, [Parent as Variant])
Adds an array of integer, long, date, string, double, float, or variant arrays to the control.

TypeDescription
Items as Variant An array that control uses to fill with. The array can be one or two- dimensional. If the array is one-dimensional, the control requires one column being added before calling the PutItems method. If the Items parameter indicates a two-dimensional array, the first dimension defines the columns, while the second defines the number of items to be loaded. For instance, a(2,100) means 2 columns and 100 items.
Parent as Variant A long expression that specifies the handle of the item where the array is being inserted, or 0 if missing.
The PutItems method loads items from a safe array. The Parent parameter of the PutItems method specifies the handle of the item where the array is being inserted as child items. Use the GetItems method to get a safe array with the items in the control. Use the Items property to access the items collection. Use the ColumnAutoResize property to specify whether the visible columns should fit the control's client area.