Graph Column - ValueAt Property

Value at the specified location

Member of Graph Column (PRIM_GRCL)

Data Type - Variant

Parameters

NameTypeData TypeDescription
Row*InputIntegerRow from which to obtain the value

Details

ValueAt can be used to get a value from a list cell.
 
This allows a value to be retrieved without needing to use LANSA list commands such as GET_ENTRY, and without needing to know the fields being used as the source of a column.

Example

This example retrieves a value from a column for the list focus item.
#Value := #Column.ValueAt<#List.FocusItem.Entry>

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2