The Value method returns the value at a specified row and column within a list.
Syntax
ObjectName.Value(Row, Column)
<Object> is an expression that evaluates to an instance of a Component Enabler connection object.
<Row> is an integer value containing the row number to reference (zero relative).
<Column> is an integer value containing the column number to reference (zero relative).