RC-WinTrans Object Model Help |
TextTableView.GetNodeNumber |
Returns the node number of the node to the given index.
Syntax: |
GetNodeNumber( Index As Long, NodeNumber As Variant ) As ProjectFile |
Return: | ProjectFile |
Parameters: |
Index Index of the entry for which the node number is returned. NodeNumber Parameter to save the returned node number.
|
Example: | Dim View As TextTableView Dim NodeNumber As Variant Dim ProjFile As ProjectFile Set View = Application.ActiveProject.ProjectDocument.TextTableView Set ProjFile = View.GetNodeNumber(0, CLng(NodeNumber)) |
Remarks: | The "NodeNumber" parameter is of the type "Variant." A usage of this method in VBScript is therefore also possible. |
See also: