Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 631 Bytes

File metadata and controls

29 lines (23 loc) · 631 Bytes

SetWSImgShowDBHeader

Description

Set worksheet image to either show or hide database headers. Also provides choice of whether to redraw the worksheet image.

PROCEDURE SetWSImgShowDBHeader(
				hWorksheetImage : HANDLE;
				show            : BOOLEAN;
				redrawImage     : BOOLEAN);
def vs.SetWSImgShowDBHeader(hWorksheetImage, show, redrawImage):
    return None

Parameters

Name Type Description
hWorksheetImage HANDLE
show BOOLEAN
redrawImage BOOLEAN

Version

Availability: from Vectorworks 2018

Category