Returns the number of selected items in the Text Table view.

Syntax:

GetCountSelected() As Long
Return: Long
Example:
Dim View As TextTableView
Dim Count As Long
    
Set View = Application.ActiveProject.ProjectDocument.TextTableView
    
Count = View.GetCountSelected

See also:

Class TextTableView


Last Updated: 04/27/05