TableVariable Object Properties

Applies to TestComplete 15.63, last modified on April 23, 2024

The TableVariable object contains the following properties:

Property List

Name Description
ColumnCount Returns the total number of columns in the array.
ColumnName Returns the name of a column by the column’s index in the array.
Item Return the value of the array’s element with the specified index.
Iterator Returns the Iterator object, which provides a scripting interface to rows of the array.
RowCount Gets or sets the total number of rows in the array.

See Also

TableVariable Object

Highlight search results