RC-WinTrans Object Model Help |
TextTableView.GetCount
|
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: