Search
Table.Selected Property
See Also
 



Gets a value indicating whether the table is selected.

 Syntax

VB6  Copy Code

Public Property Get Selected() As Boolean

C++  Copy Code

public:
bool get_Selected ()

 Property Value

A boolean value.

 Remarks

true if the table is selected, no matter alone or in multiple-selection.

 See Also