Gets or sets the value of the SelStyle property of new tables.
SyntaxVB6
Copy Code
|
|---|
Public Property Get TableSelStyle() As ESelStyle |
C++
Copy Code
|
|---|
public: |
A member of the ESelStyle enumeration. The default is sstDashFrame.
RemarksDefault value for the SelStyle property of new tables created either programmatically or by the user. That property specifies how selected tables are indicated visually, and how they can be moved, resized or linked to other objects.
See Also