RC-WinTrans Object Model Help |
TextTableView.Refill
|
Refills the Text Table view.
Syntax: |
Refill() |
| Example: | Dim View As TextTableView
Set View = Application.ActiveProject.ProjectDocument.TextTableView
Call View.Refill
|
| Remarks: | This method fires the "BeforeFillTextTableView" event of the "Application" object.
|
See also: