GetContentsOfColumn Method (SWTTree)

Class

SWTTree.

Action

Retrieves the contents of the specified column as a list. To retrieve the contents of any column greater than column one, you must specify the parameters rawMode and column.

Syntax

contentsOfColumn = tree.GetContentsOfColumn(rawMode, [column])
Variable Description
contentsOfColumn List(Of String).
rawMode Prevents spaces from being trimmed from items. Boolean.
column Optional: The column to get the contents from. The value is zero-based. Integer.

Examples

tree.GetContentsOfColumn(true,3)