SpreadsheetDocumentAreaCollection.Find

Syntax:

Find(<AreaDescription>)

Parameters:

<AreaDescription> (required)

Type: String.
Name of spreadsheet document cell area or drawing.

Returned value:

Type: SpreadsheetDocumentRange; SpreadsheetDocumentDrawing; Undefined.
If there is no such area, then the value Undefined is returned.

Description:

Searches for spreadsheet document cell areas or drawings by name.

Availability:

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

Example:

Template = ThisObject.GetTemplate("RateComposition");
CurArea = Template.Areas.Find(AreaName);


    

1C:Enterprise Developer's Community