Search
FlowChart.SelectedTables Property
See Also
 



Gets a collection of the currently selected tables.

 Syntax

VB6  Copy Code

Public Property Get SelectedTables() As ITables

C++  Copy Code

public:
ITables* get_SelectedTables ()

 Property Value

A collection of Table objects.

 Remarks

Through this collection you can enumerate them and have access to the properties and methods of each selected table. If no table is selected, the collection Count property is zero.

 See Also