Chapter 2 -- 120
Programmer’s Guide
TableLoockups Collection
Properties Methods
Application Add
Count Item (Default)
Parent Remove
"
""
" TableLookups.Count
Returns the number of items in the specified collection.
Access Read-Only.
Type VT_I2orInteger
.
"
""
" TableLookups.Application
This property returns the Application
object that represents the
root object of the hierarchy.
Access Read-Only.
Type VT_DISPATCH or Application
object.
"
""
" TableLookups.Parent
Returns the parent object of the specified object.
Access Read-Only.
Type VT_DISPATCH.
"
""
" TableLookups.Add
VTS_DISPATCH or TableLookup
Add( strLinkedTableName).
Adds a new TableLookup
object to the collection.
Return value: Returns a TableLookup
object.
Parameters:
strLinkedTableName Optional VT_BSTR or String
.The
name of the object to add.
Object
Properties
Object
Methods