GetSelectedTextOfColumn Method (SWTTree)
Class
SWTTree
.
Action
Retrieves selected text from the specified column.
Syntax
selectedTextOfColumn
=
tree
.
GetSelectedTextOfColumn
([
column
])
Variable
Description
selectedTextOfColumn
String
.
column
Optional
: The column to get the text from. The value is zero-based.
Integer
.