GetRowName Function (Table)

Class

Table.

Action

Returns the text of the header of a specified row in a table.

Availability

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

Syntax

sText = table.GetRowName (iRow)
Variable Description
sText The text of the row's header. STRING.
iRow The row. INTEGER.

Example

STRING sText
sText = Cust.CustTable.GetRowName(3)