"removeColumn"
Removes a column of a tree widget.
Synopsis
shape.removeColumn(int idx);
Parameters
Parameter | Description |
---|---|
shape | The name of the object |
idx | The index of the column (starts from 0) |
Description
Removes a column of a tree widget.
Assignment
Tree widget