Items object
The Items object holds information about items to be displayed on a exFaceTree type. The Type property specifies the type of the face. The exFaceTree type can display one or multiple columns. 

The following screen shot shows a FaceTree with multiple items:

The following table shows how you can get a Items object ( the red items indicates properties )

EXTREECUBELib.FaceTree
	"Items" -> EXTREECUBELib.Items
EXTREECUBELib.Item
	"Items" -> EXTREECUBELib.Items

The following table shows how you can get a Items object ( the red items indicates properties )

EXTREECUBELib.Items <- "Items" of EXTREECUBELib.Item

The Items object supports the following properties and methods:

NameDescription
AddAdds a Item object to the collection and returns a reference to the newly created object.
ClearRemoves all objects in a collection.
CollapseAllCollapses all items.
CountSpecifies the number of items.
ExpandAllExpands all items.
ItemReturns a specific Item of the Items collection, by position.
RemoveRemoves a specific member from the Items collection.
ToStringLoads or saves the Items collection using string representation.