ResultTable.Item property
Gets the specified search result from the collection.
Overload list
Name | Description | |
---|---|---|
![]() |
Item[Int32] | Gets a search result from the collection, based on the specified index. |
![]() |
Item[String] | Gets a search result from the collection, based on the specified row name. |
Top