Returns whether the view is currently visible.

Syntax:

IsVisible() As Boolean
Return: Boolean
Example:
Dim View As TextTableView

Set View = Application.ActiveProject.ProjectDocument.TextTableView

If Not(View.IsVisible) Then
	View.SetVisible
End If

See also:

Class TextTableView


Last Updated: 04/27/05