Clears the Text Table view.

Syntax:

Clear()
Example:
Dim View As TextTableView
    
Set View = Application.ActiveProject.ProjectDocument.TextTableView
    
Call View.Clear

See also:

Class TextTableView


Last Updated: 04/27/05