Gets a reference to the group to which the table is attached.
SyntaxVB6
Copy Code
|
|---|
Public Property Get MasterGroup() As Group |
C++
Copy Code
|
|---|
public: |
A reference to a Group object.
RemarksHolds a reference to the group in which this table is a subordinate object, e.g. it has been added to this group using one of the Attach* methods. The property equals to null (Nothing in Visual Basic) if the table is not attached to any group.
See Also