Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 610 Bytes

File metadata and controls

43 lines (31 loc) · 610 Bytes

CloseSS

Description

Procedure CloseSS closes the referenced worksheet.

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

Parameters

Name Type Description
h HANDLE Handle to worksheet.

Remarks

OBSOLETE for Version 9: see new [[VS:ShowWS | ShowWS]]. [VML 01/09/01]

Examples

==== VectorScript ====

CloseSS(HandleToWS);

==== Python ====

See Also

[ShowWS | ShowWS](ShowWS%20| ShowWS.md)

Version

CloseSS is obsolete as of VectorWorks 9.0

Availability: from MiniCAD 6.0

Category

  • Worksheets