SetCellValue Method (Table)

Class

Table.

Action

Enters a value into a cell in a table.

Availability

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

Syntax

table.SetCellValue (Cell, aValue)
Variable Description
Cell The cell. TABLECELL.
aValue The value to enter in the cell. ANYTYPE.

Example

TABLECELL tcCell
tcCell = EmpForm.EmpTable.FindCell ("Homer")
EmpForm.EmpTable.SetCellValue (tcCell, "Simpson")