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