RC-WinTrans Object Model Help |
FindResults.Item |
Return the find result with the given index.
Syntax: |
Item(Index As Variant) As FindResult |
Return: | FindResult |
Parameters: |
Index The index number of the collection element. The index must be a numerical expression (a number from 1 to the value of the "Count" property).
|
Example: | Dim FindResWnd As FindResultsWindow Dim FindResList As FindResults Dim Res As FindResult Set FindResWnd = Application.Windows.FindResultsWindow Set FindResList = FindResWnd.FindResults Set Res = FindResList.Item(1) |
See also: