GetItemsOfColumn Method (SWTTree)

Class

SWTTree.

Action

Retrieve items of the specified column from Tree.

Syntax

itemsOfColumn = tree.GetItemsOfColumn([allItems, column])
Variable Description
itemsOfColumn TreeContent.
allItems Optional: true if the result should include nonviewable items. Boolean.
column Optional: The column to get the items from. The value is zero-based. Integer.