Gets or sets a value indicating whether this table is visible.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Visible() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is true.
RemarksA table can be made completely invisible by assigning false to this property. The ToolTip of an invisible table is not displayed.
See Also