Gets or sets a value indicating whether new tables should be scrollable by default.
SyntaxVB6
Copy Code
|
|---|
Public Property Get TablesScrollable() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is false.
RemarksDefault value for Scrollable property of new tables.
See Also