Gets or sets the default caption text of new tables.
SyntaxVB6
Copy Code
|
|---|
Public Property Get TableCaption() As String |
C++
Copy Code
|
|---|
public: |
A string value. The default is "Table".
RemarksDefault value for the Caption property of new tables.
See Also