Returns the number of entries in the Text Table view.

Syntax:

GetCount() As Long
Return: Long
Example:
Dim View As TextTableView
Dim NumberOfEntries As Long

Set View = Application.ActiveProject.ProjectDocument.TextTableView

NumberOfEntries = View.GetCount()

See also:

Class TextTableView


Last Updated: 04/27/05