This object represents the current selection in the Active Securities view window. You retrieve the Selection object from the Document.
Count (read-only)
Type: Integer
Description: Total number of items (folders and tickers) in the selection.
Folders (read-only)
Type: Collection of Folder objects
Description: The collection of folder objects that are selected as part of this selection.
Tickers (read-only)
Type: Collection of Ticker objects
Description: The collection of ticker objects that are selected as part of this selection.
Clear()
Description: Clear the current selection.
Add(object)
object: Ticker or Folder object
Description: Add the specified object to the current selection.