GetFocusCell Function (Table)

Class

Table.

Action

Returns the cell in a table that has focus.

Availability

This functionality is supported only if you are using the Classic Agent.

Syntax

Cell = table.GetFocusCell()
Variable Description
Cell The cell with focus. TABLECELL.

Example

TABLECELL CurrentCell
CurrentCell = EmpForm.EmpTable.GetFocusCell()

Notes

Because Symantec Visual Café Release 2.0 cannot get focus on cells, this method is not useful for JavaIToolsTable objects.