Use the function
ProUITreeColumnCreate() to create a column of the given name in the attribute window of the tree. The name must be unique within the scope of the columns of the tree.
Use the function
ProUITreeColumnTitleGet() to obtain the title of a column in the tree.
Use the function
ProUITreeColumnWidthGet() to obtain the width of a column in the tree.
Use the function
ProUITreeColumnVisibilityGet() to obtain the visibility of a column in the tree.
Use the function
ProUITreeColumnJustificationGet() to obtain the justification of a column in the tree.
Use the function
ProUITreeColumnTitleSet() to set a title to the column in the tree.
Use the function
ProUITreeColumnWidthSet() to set a width to the column in the tree.
Use the function
ProUITreeColumnVisibilitySet() to set visibility of the column in the tree.
Use the function
ProUITreeColumnJustificationSet() to set justification to the column in the tree.