SpreadsheetDocumentSelectedAreas
Collection elements:
Iteration through collection using For each ... In ... Do operator is available to object. Selected areas are retrieved during iteration.
Access to of the area selected is possible using [...] operator. Index (starting from 0) is passed as an argument.
Methods:
Clear
Count
Delete
Get
IndexOf
Insert
Move
Description:
Might contain images or cell areas from a spreadsheet document.
The first element of the collection contains the current area of the spreadsheet document.
When the selected area of a spreadsheet document is changed, the document is automatically scrolled so that the selected area remains within the visible area.
When used on a mobile platform, can only contain a single cell.
Availability:
See also:
SpreadsheetDocument, property CurrentArea