BrowserViewList-class: Lists of BrowserView
Description
A formal list of
BrowserView
objects. Extends and inherits all
its methods from
Vector
. Usually generated by
passing multiple ranges to the browserView
function.
Constructor
BrowserViewList(...)
: Concatenates the
BrowserView
objects in ...
into a new
BrowserViewList
. This is rarely called by the user.