SpreadsheetDocumentAreaCollection.Find
Syntax:
Parameters:
<AreaDescription> (required)
Name of spreadsheet document cell area or drawing.
Returned value:
If there is no such area, then the value Undefined is returned.
Description:
Availability:
Example:
Template = ThisObject.GetTemplate("RateComposition"); CurArea = Template.Areas.Find(AreaName); |