Programming with Reflection
GetHotlistItem method
Syntax Item = object.GetHotlistItem(Name, Index)
Returns the name of the specified item in the specified hotlist.
Name Argument type: String
The name of the hotlist containing the item.
Index Argument type: Integer
The index of the item; use 1 to designate the first item and so on.
Item Return type: String
The item name.