SetFocusCell Method (Table)

Class

Table.

Action

Sets the focus to a cell in a table.

Availability

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

Syntax

table.SetFocusCell (Cell)
Variable Description
Cell The cell to set focus to. TABLECELL.

Notes

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

Example

TABLECELL tcCell
tcCell = EmpForm.EmpTable.FindCell ("Homer")
EmpForm.EmpTable.SetFocusCell (tcCell)