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. |