Search
Table.SubordinateGroup Property
See Also
 



Gets a reference to the group of objects that are attached to this table.

 Syntax

VB6  Copy Code

Public Property Get SubordinateGroup() As Group

C++  Copy Code

public:
Group* get_SubordinateGroup ()

 Property Value

A reference to a Group object.

 Remarks

Holds a reference to the group of which this table is the main object. The property equals to null (Nothing in Visual Basic) if there is no group attached to the table.

 See Also