get_nr_of_columns 
Use this method to find out the number of columns in the Column Tree Model.
CALL METHOD column_model->get_nr_of_columns IMPORTING nr_of_columns = nr_of_columns.
Parameter and Type
| Opt.
| Description
|
nr_of_columns TYPE I
| | The number of columns in the tree model
|