RC-WinTrans Object Model Help |
Class FindResults |
The "FindResults" object is a collection of "FindResult" objects.
Member | Description | |
---|---|---|
Add | Adds a find result to the "FindResults" collection. Add(Find As String, Note As String, File As String,
ProjectName As String, NodeNumber As Long) As FindResult |
|
Item | Return the find result with the given index. Item(Index As Variant) As FindResult
|
|
Count | Number of elements in the "FindResults" collection. |