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. |
tree.GetContentsOfColumn(true,3)