Specifies whether the table contains a subselection set.  
 Supported platforms: Windows only 
Signature
VBA:
object.HasSubSelection
- object 
- 
Type:
Table
  The object this property applies to.  
Property Value
Read-only: Yes 
Type: Boolean 
- True: Table contains a subselection set. 
- False: Table does not contain a subselection set. 
Remarks
 No additional remarks. 
Examples
VBA:
Not available
Visual LISP:
Not available