GetCellValue Function (Table)

Class

Table.

Action

Returns the contents of a cell in a table.

Availability

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

Syntax

aValue = table.GetCellValue (Cell [,Type])
Variable Description
aValue The contents of the cell. ANYTYPE.
Cell The cell. TABLECELL.
Type Optional: Whether the contents are text strings (TVT_TEXT) or native data types (TVT_TYPED). Default is TVT_TEXT . TABLEVALUETYPE.

Example

ANYTYPE aContents
aContents = EmpForm.EmpTable.GetCellValue(GetFocusCell())