Gets the collection of tables attached to this group.
SyntaxVB6
Copy Code
|
|---|
Public Property Get AttachedTables() As ITables |
C++
Copy Code
|
|---|
public: |
A collection of Table objects.
RemarksReturns a collection of the tables attached to the group. The main object of the group is not included in the collection.
See Also