The Table object contains the following properties:
Property List
Name | Description |
---|---|
ColumnCount |
Returns the number of data columns stored in the given Table element. |
ColumnIndex |
Returns the index of a stored Table column specified by its name. |
Description |
Returns the Description attribute of the Table element. |
Name |
Returns the Name attribute of the given Table element. |
ObjectName |
Specifies the name of the object, whose data the Check and CompareWithObject methods will compare with the stored values. |
RowCount |
Returns the number of data rows stored by the given Table element. |
Values |
Provides scripting access to the values stored in the given Table element. |
ValuesSelected |
Specifies whether a value will be used for comparison or not. |