Gets or sets the new style of new tables.
SyntaxVB6
Copy Code
|
|---|
Public Property Get TableStyle() As ETableStyle |
C++
Copy Code
|
|---|
public: |
A member of the ETableStyle enumeration. The default is tsRect.
RemarksDefault value for the Style property of new tables created either programmatically or by a user.
See Also