Action
Returns the selected cell in a single-selection table.
Availability
This functionality is supported only if you are using the Classic Agent.
Syntax
tcSelection = table.GetSelCell()
Variable
|
Description
|
tcSelection
|
The selected cell.
TABLECELL.
|
Notes
GetSelCell returns a TABLECELL value in the string format. For example:
{"2", "id"}
If multiple cells are selected, the method returns the first selected cell.
Example
TABLECELL tcCell
tcCell = Emp.EmpTable.GetSelCell()
// Returns:
// {"2", "id"}