contentsOfColumn = tree.GetContentsOfColumn(rawMode, [column])
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. |
VB
tree.GetContentsOfColumn(true,3)