SpreadsheetDocumentSelectedAreas

Collection elements:

SpreadsheetDocumentRange, SpreadsheetDocumentDrawing
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:

Add
Clear
Count
Delete
Get
IndexOf
Insert
Move

Description:

Contains a collection of selected areas of a spreadsheet document.
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:

Thin client, web-client, server, thick client, external connection, Mobile application (client), Mobile application (server).

See also:

SpreadsheetDocument, property SelectedAreas
SpreadsheetDocument, property CurrentArea

    

1C:Enterprise Developer's Community