Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 735 Bytes

File metadata and controls

32 lines (23 loc) · 735 Bytes

TargetSprdSheet

Description

Procedure TargetSprdSheet selects the referenced worksheet as the active worksheet for the document. The worksheet is not opened onscreen.

PROCEDURE TargetSprdSheet(h : HANDLE);
def vs.TargetSprdSheet(h):
    return None

Parameters

Name Type Description
h HANDLE Handle to worksheet.

Remarks

This selects a spreadsheet for use by the script. It does not open the spreadsheet. [sd 8/18/98]

See Also

SetTopVisibleWS

Version

TargetSprdSheet is obsolete as of VectorWorks 9.0, see new SetTopVisibleWS.

Availability: from VectorWorks 8.0

Category