The following screen shot shows a FaceTree with multiple columns:

The following table shows how you can get a Columns object ( the red items indicates properties )
EXTREECUBELib.FaceTree "Columns" -> EXTREECUBELib.Columns
The following table shows how you can get a Columns object ( the red items indicates properties )
EXTREECUBELib.Columns <- "Columns" of EXTREECUBELib.FaceTree
The Columns object supports the following properties and methods:


| Name | Description | |||
| Add | Adds a Column object to the collection and returns a reference to the newly created object. | |||
| Clear | Removes all objects in a collection. | |||
| Count | Specifies the number of columns. | |||
| Item | Returns a specific Column of the Columns collection. | |||
| Remove | Removes a specific member from the Columns collection. | |||
| ToString | Loads or saves the Columns collection using string representation. |