Search
Group.AttachedTables Property
See Also
 



Gets the collection of tables attached to this group.

 Syntax

VB6  Copy Code

Public Property Get AttachedTables() As ITables

C++  Copy Code

public:
ITables* get_AttachedTables ()

 Property Value

A collection of Table objects.

 Remarks

Returns a collection of the tables attached to the group. The main object of the group is not included in the collection.

 See Also