Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 471 Bytes

File metadata and controls

27 lines (21 loc) · 471 Bytes

ShowWS

Description

Sets the display status of the referenced worksheet.

PROCEDURE ShowWS(
				worksheet : HANDLE;
				show      : BOOLEAN);
def vs.ShowWS(worksheet, show):
    return None

Parameters

Name Type Description
worksheet HANDLE Handle to worksheet.
show BOOLEAN Desired display status of worksheet

Version

Availability: from VectorWorks9.0

Category