Gets or sets the default number of table columns.
SyntaxVB6
Copy Code
|
|---|
Public Property Get TableColumnsCount() As Long |
C++
Copy Code
|
|---|
public: |
A long value. The default is 2.
RemarksDefault value for the ColumnsCount property of the new tables that the user creates.
See Also