Action
Returns the text in the first contiguous block of cells that you select in a table.
Availability
This functionality is supported only if you are using the Classic Agent.
Syntax
lsText = table.GetMultiSelText()
Variable
|
Description
|
lsText
|
The text in the selected cells.
LIST OF STRING.
|
Notes
GetMultiSelText returns only the text in the first-selected contiguous block of cells. It does not return text in noncontiguous selections. For example, if you select the second row and then the fourth row of a table,
GetMultiSelText returns the text in the second row, but not the text in the fourth row, as you might expect.
Example
LIST OF STRING lsText
lsText = EmpForm.EmpTable.GetMultiSelText()