SpreadsheetDocumentDrawingCollection

Collection elements:

SpreadsheetDocumentDrawing
Iteration through collection using For each ... In ... Do operator is available to object. Collection items are retrieved during iteration.
Access to collection item is possible using [...] operator. Drawing index (starting from 0) is passed as an argument.

Properties:

<Drawing name>

Methods:

Add
Clear
Count
Delete
Get
IndexOf

Description:

Collection of drawings inserted in a spreadsheet document.

Availability:

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

See also:

SpreadsheetDocument, property Drawings

    

1C:Enterprise Developer's Community